Shades of Purple Heart #6611CF
Tints of Purple Heart #6611CF
RGB
CMYK
RGB Variations
Color information
#6611CF (or 0x6611CF) is known color: Purple Heart. HEX triplet: 66, 11 and CF. RGB value is (102,17,207). Sum of RGB (Red+Green+Blue) = 102+17+207=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6611CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611CF is #99EE30. Grayscale: #3F3F3F. Windows color (decimal): -10087985 or 13570406. OLE color: 13570406.
HSL color Cylindrical-coordinate representation of color #6611CF: hue angle of 266.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6611CF is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 17 | 207 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.19 |
| HSL | 266.84º | 0.85% | 0.44% | - |
| HSV(B) | 266.84º | 0.92% | 0.81% | - |
| XYZ | 16.94 | 7.73 | 59.63 | - |
| YUV | 64.08 | 208.66 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 207 | 0.51 | 0.92 | 0 | 0.19 | 266.84 | 0.85 | 0.44 |
| Hex | 66 | 11 | CF | 33 | 5C | 0 | 13 | 10B | 55 | 2C |
| Octal | 146 | 21 | 317 | 63 | 134 | 0 | 23 | 413 | 125 | 54 |
| Binary | 1100110 | 10001 | 11001111 | 110011 | 1011100 | 0 | 10011 | 100001011 | 1010101 | 101100 |
Color Harmonies of #6611CF
Complementary color
Monochromatic Colors of #6611CF
Black with #6611CF
Text Example
Text Example
White with #6611CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6611CF; }
p { color: rgb(102,17,207); }
H1.HeaderClassName
{
color: #6611CF;
}
.AnyTagClassName
{
color: #6611CF;
}
</style>
background-color css
<style>
a { background-color: #6611CF; }
a { background-color: rgb(102,17,207); }
div.DivClassName
{
background-color: #6611CF;
}
.BgClassName
{
background-color: #6611CF;
}
</style>
border-color css
<style>
span { border-color: #6611CF; }
span { border-color: rgb(102,17,207); }
td.TdClassName
{
border-color: #6611CF;
}
.TagClassName
{
border-color: #6611CF;
}
</style>