Shades of Purple Heart #662ABC
Tints of Purple Heart #662ABC
RGB
CMYK
RGB Variations
Color information
#662ABC (or 0x662ABC) is known color: Purple Heart. HEX triplet: 66, 2A and BC. RGB value is (102,42,188). Sum of RGB (Red+Green+Blue) = 102+42+188=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #662ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ABC is #99D543. Grayscale: #4C4C4C. Windows color (decimal): -10081604 or 12331622. OLE color: 12331622.
HSL color Cylindrical-coordinate representation of color #662ABC: hue angle of 264.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662ABC is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 42 | 188 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.26 |
| HSL | 264.66º | 0.63% | 0.45% | - |
| HSV(B) | 264.66º | 0.78% | 0.74% | - |
| XYZ | 15.38 | 8.11 | 48.33 | - |
| YUV | 76.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 188 | 0.46 | 0.78 | 0 | 0.26 | 264.66 | 0.63 | 0.45 |
| Hex | 66 | 2A | BC | 2E | 4E | 0 | 1A | 109 | 3F | 2D |
| Octal | 146 | 52 | 274 | 56 | 116 | 0 | 32 | 411 | 77 | 55 |
| Binary | 1100110 | 101010 | 10111100 | 101110 | 1001110 | 0 | 11010 | 100001001 | 111111 | 101101 |
Color Harmonies of #662ABC
Complementary color
Monochromatic Colors of #662ABC
Black with #662ABC
Text Example
Text Example
White with #662ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ABC; }
p { color: rgb(102,42,188); }
H1.HeaderClassName
{
color: #662ABC;
}
.AnyTagClassName
{
color: #662ABC;
}
</style>
background-color css
<style>
a { background-color: #662ABC; }
a { background-color: rgb(102,42,188); }
div.DivClassName
{
background-color: #662ABC;
}
.BgClassName
{
background-color: #662ABC;
}
</style>
border-color css
<style>
span { border-color: #662ABC; }
span { border-color: rgb(102,42,188); }
td.TdClassName
{
border-color: #662ABC;
}
.TagClassName
{
border-color: #662ABC;
}
</style>