Shades of Purple Heart #660CCF
Tints of Purple Heart #660CCF
RGB
CMYK
RGB Variations
Color information
#660CCF (or 0x660CCF) is known color: Purple Heart. HEX triplet: 66, 0C and CF. RGB value is (102,12,207). Sum of RGB (Red+Green+Blue) = 102+12+207=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #660CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CCF is #99F330. Grayscale: #3C3C3C. Windows color (decimal): -10089265 or 13569126. OLE color: 13569126.
HSL color Cylindrical-coordinate representation of color #660CCF: hue angle of 267.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660CCF is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 12 | 207 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.19 |
| HSL | 267.69º | 0.89% | 0.43% | - |
| HSV(B) | 267.69º | 0.94% | 0.81% | - |
| XYZ | 16.87 | 7.59 | 59.61 | - |
| YUV | 61.14 | 210.32 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 207 | 0.51 | 0.94 | 0 | 0.19 | 267.69 | 0.89 | 0.43 |
| Hex | 66 | C | CF | 33 | 5E | 0 | 13 | 10C | 59 | 2B |
| Octal | 146 | 14 | 317 | 63 | 136 | 0 | 23 | 414 | 131 | 53 |
| Binary | 1100110 | 1100 | 11001111 | 110011 | 1011110 | 0 | 10011 | 100001100 | 1011001 | 101011 |
Color Harmonies of #660CCF
Complementary color
Monochromatic Colors of #660CCF
Black with #660CCF
Text Example
Text Example
White with #660CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CCF; }
p { color: rgb(102,12,207); }
H1.HeaderClassName
{
color: #660CCF;
}
.AnyTagClassName
{
color: #660CCF;
}
</style>
background-color css
<style>
a { background-color: #660CCF; }
a { background-color: rgb(102,12,207); }
div.DivClassName
{
background-color: #660CCF;
}
.BgClassName
{
background-color: #660CCF;
}
</style>
border-color css
<style>
span { border-color: #660CCF; }
span { border-color: rgb(102,12,207); }
td.TdClassName
{
border-color: #660CCF;
}
.TagClassName
{
border-color: #660CCF;
}
</style>