Shades of Purple Heart #662CB6
Tints of Purple Heart #662CB6
RGB
CMYK
RGB Variations
Color information
#662CB6 (or 0x662CB6) is known color: Purple Heart. HEX triplet: 66, 2C and B6. RGB value is (102,44,182). Sum of RGB (Red+Green+Blue) = 102+44+182=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #662CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CB6 is #99D349. Grayscale: #4C4C4C. Windows color (decimal): -10081098 or 11938918. OLE color: 11938918.
HSL color Cylindrical-coordinate representation of color #662CB6: hue angle of 265.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662CB6 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 44 | 182 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.29 |
| HSL | 265.22º | 0.61% | 0.44% | - |
| HSV(B) | 265.22º | 0.76% | 0.71% | - |
| XYZ | 14.82 | 8 | 45.02 | - |
| YUV | 77.07 | 187.22 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 182 | 0.44 | 0.76 | 0 | 0.29 | 265.22 | 0.61 | 0.44 |
| Hex | 66 | 2C | B6 | 2C | 4C | 0 | 1D | 109 | 3D | 2C |
| Octal | 146 | 54 | 266 | 54 | 114 | 0 | 35 | 411 | 75 | 54 |
| Binary | 1100110 | 101100 | 10110110 | 101100 | 1001100 | 0 | 11101 | 100001001 | 111101 | 101100 |
Color Harmonies of #662CB6
Complementary color
Monochromatic Colors of #662CB6
Black with #662CB6
Text Example
Text Example
White with #662CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662CB6; }
p { color: rgb(102,44,182); }
H1.HeaderClassName
{
color: #662CB6;
}
.AnyTagClassName
{
color: #662CB6;
}
</style>
background-color css
<style>
a { background-color: #662CB6; }
a { background-color: rgb(102,44,182); }
div.DivClassName
{
background-color: #662CB6;
}
.BgClassName
{
background-color: #662CB6;
}
</style>
border-color css
<style>
span { border-color: #662CB6; }
span { border-color: rgb(102,44,182); }
td.TdClassName
{
border-color: #662CB6;
}
.TagClassName
{
border-color: #662CB6;
}
</style>