Shades of Purple Heart #6C3BC9
Tints of Purple Heart #6C3BC9
RGB
CMYK
RGB Variations
Color information
#6C3BC9 (or 0x6C3BC9) is known color: Purple Heart. HEX triplet: 6C, 3B and C9. RGB value is (108,59,201). Sum of RGB (Red+Green+Blue) = 108+59+201=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C3BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3BC9 is #93C436. Grayscale: #595959. Windows color (decimal): -9684023 or 13187948. OLE color: 13187948.
HSL color Cylindrical-coordinate representation of color #6C3BC9: hue angle of 260.7º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C3BC9 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 59 | 201 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.21 |
| HSL | 260.7º | 0.57% | 0.51% | - |
| HSV(B) | 260.7º | 0.71% | 0.79% | - |
| XYZ | 18.29 | 10.53 | 56.33 | - |
| YUV | 89.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 59 | 201 | 0.46 | 0.71 | 0 | 0.21 | 260.7 | 0.57 | 0.51 |
| Hex | 6C | 3B | C9 | 2E | 47 | 0 | 15 | 105 | 39 | 33 |
| Octal | 154 | 73 | 311 | 56 | 107 | 0 | 25 | 405 | 71 | 63 |
| Binary | 1101100 | 111011 | 11001001 | 101110 | 1000111 | 0 | 10101 | 100000101 | 111001 | 110011 |
Color Harmonies of #6C3BC9
Complementary color
Monochromatic Colors of #6C3BC9
Black with #6C3BC9
Text Example
Text Example
White with #6C3BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3BC9; }
p { color: rgb(108,59,201); }
H1.HeaderClassName
{
color: #6C3BC9;
}
.AnyTagClassName
{
color: #6C3BC9;
}
</style>
background-color css
<style>
a { background-color: #6C3BC9; }
a { background-color: rgb(108,59,201); }
div.DivClassName
{
background-color: #6C3BC9;
}
.BgClassName
{
background-color: #6C3BC9;
}
</style>
border-color css
<style>
span { border-color: #6C3BC9; }
span { border-color: rgb(108,59,201); }
td.TdClassName
{
border-color: #6C3BC9;
}
.TagClassName
{
border-color: #6C3BC9;
}
</style>