Shades of Purple Heart #6B0CAE
Tints of Purple Heart #6B0CAE
RGB
CMYK
RGB Variations
Color information
#6B0CAE (or 0x6B0CAE) is known color: Purple Heart. HEX triplet: 6B, 0C and AE. RGB value is (107,12,174). Sum of RGB (Red+Green+Blue) = 107+12+174=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0CAE is #94F351. Grayscale: #3A3A3A. Windows color (decimal): -9761618 or 11406443. OLE color: 11406443.
HSL color Cylindrical-coordinate representation of color #6B0CAE: hue angle of 275.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0CAE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 12 | 174 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.32 |
| HSL | 275.19º | 0.87% | 0.36% | - |
| HSV(B) | 275.19º | 0.93% | 0.68% | - |
| XYZ | 13.83 | 6.44 | 40.56 | - |
| YUV | 58.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 174 | 0.39 | 0.93 | 0 | 0.32 | 275.19 | 0.87 | 0.36 |
| Hex | 6B | C | AE | 27 | 5D | 0 | 20 | 113 | 57 | 24 |
| Octal | 153 | 14 | 256 | 47 | 135 | 0 | 40 | 423 | 127 | 44 |
| Binary | 1101011 | 1100 | 10101110 | 100111 | 1011101 | 0 | 100000 | 100010011 | 1010111 | 100100 |
Color Harmonies of #6B0CAE
Complementary color
Monochromatic Colors of #6B0CAE
Black with #6B0CAE
Text Example
Text Example
White with #6B0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0CAE; }
p { color: rgb(107,12,174); }
H1.HeaderClassName
{
color: #6B0CAE;
}
.AnyTagClassName
{
color: #6B0CAE;
}
</style>
background-color css
<style>
a { background-color: #6B0CAE; }
a { background-color: rgb(107,12,174); }
div.DivClassName
{
background-color: #6B0CAE;
}
.BgClassName
{
background-color: #6B0CAE;
}
</style>
border-color css
<style>
span { border-color: #6B0CAE; }
span { border-color: rgb(107,12,174); }
td.TdClassName
{
border-color: #6B0CAE;
}
.TagClassName
{
border-color: #6B0CAE;
}
</style>