Shades of Purple Heart #661CCF
Tints of Purple Heart #661CCF
RGB
CMYK
RGB Variations
Color information
#661CCF (or 0x661CCF) is known color: Purple Heart. HEX triplet: 66, 1C and CF. RGB value is (102,28,207). Sum of RGB (Red+Green+Blue) = 102+28+207=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #661CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CCF is #99E330. Grayscale: #454545. Windows color (decimal): -10085169 or 13573222. OLE color: 13573222.
HSL color Cylindrical-coordinate representation of color #661CCF: hue angle of 264.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661CCF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 28 | 207 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.19 |
| HSL | 264.8º | 0.76% | 0.46% | - |
| HSV(B) | 264.8º | 0.86% | 0.81% | - |
| XYZ | 17.16 | 8.16 | 59.7 | - |
| YUV | 70.53 | 205.02 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 207 | 0.51 | 0.86 | 0 | 0.19 | 264.8 | 0.76 | 0.46 |
| Hex | 66 | 1C | CF | 33 | 56 | 0 | 13 | 109 | 4C | 2E |
| Octal | 146 | 34 | 317 | 63 | 126 | 0 | 23 | 411 | 114 | 56 |
| Binary | 1100110 | 11100 | 11001111 | 110011 | 1010110 | 0 | 10011 | 100001001 | 1001100 | 101110 |
Color Harmonies of #661CCF
Complementary color
Monochromatic Colors of #661CCF
Black with #661CCF
Text Example
Text Example
White with #661CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CCF; }
p { color: rgb(102,28,207); }
H1.HeaderClassName
{
color: #661CCF;
}
.AnyTagClassName
{
color: #661CCF;
}
</style>
background-color css
<style>
a { background-color: #661CCF; }
a { background-color: rgb(102,28,207); }
div.DivClassName
{
background-color: #661CCF;
}
.BgClassName
{
background-color: #661CCF;
}
</style>
border-color css
<style>
span { border-color: #661CCF; }
span { border-color: rgb(102,28,207); }
td.TdClassName
{
border-color: #661CCF;
}
.TagClassName
{
border-color: #661CCF;
}
</style>