Shades of Purple Heart #662DCC
Tints of Purple Heart #662DCC
RGB
CMYK
RGB Variations
Color information
#662DCC (or 0x662DCC) is known color: Purple Heart. HEX triplet: 66, 2D and CC. RGB value is (102,45,204). Sum of RGB (Red+Green+Blue) = 102+45+204=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #662DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DCC is #99D233. Grayscale: #4F4F4F. Windows color (decimal): -10080820 or 13380966. OLE color: 13380966.
HSL color Cylindrical-coordinate representation of color #662DCC: hue angle of 261.51º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662DCC is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 45 | 204 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.2 |
| HSL | 261.51º | 0.64% | 0.49% | - |
| HSV(B) | 261.51º | 0.78% | 0.8% | - |
| XYZ | 17.32 | 9.06 | 57.96 | - |
| YUV | 80.17 | 197.88 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 204 | 0.5 | 0.78 | 0 | 0.2 | 261.51 | 0.64 | 0.49 |
| Hex | 66 | 2D | CC | 32 | 4E | 0 | 14 | 106 | 40 | 31 |
| Octal | 146 | 55 | 314 | 62 | 116 | 0 | 24 | 406 | 100 | 61 |
| Binary | 1100110 | 101101 | 11001100 | 110010 | 1001110 | 0 | 10100 | 100000110 | 1000000 | 110001 |
Color Harmonies of #662DCC
Complementary color
Monochromatic Colors of #662DCC
Black with #662DCC
Text Example
Text Example
White with #662DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DCC; }
p { color: rgb(102,45,204); }
H1.HeaderClassName
{
color: #662DCC;
}
.AnyTagClassName
{
color: #662DCC;
}
</style>
background-color css
<style>
a { background-color: #662DCC; }
a { background-color: rgb(102,45,204); }
div.DivClassName
{
background-color: #662DCC;
}
.BgClassName
{
background-color: #662DCC;
}
</style>
border-color css
<style>
span { border-color: #662DCC; }
span { border-color: rgb(102,45,204); }
td.TdClassName
{
border-color: #662DCC;
}
.TagClassName
{
border-color: #662DCC;
}
</style>