Shades of Purple Heart #662ECB
Tints of Purple Heart #662ECB
RGB
CMYK
RGB Variations
Color information
#662ECB (or 0x662ECB) is known color: Purple Heart. HEX triplet: 66, 2E and CB. RGB value is (102,46,203). Sum of RGB (Red+Green+Blue) = 102+46+203=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #662ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ECB is #99D134. Grayscale: #505050. Windows color (decimal): -10080565 or 13315686. OLE color: 13315686.
HSL color Cylindrical-coordinate representation of color #662ECB: hue angle of 261.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662ECB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 46 | 203 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.20 |
| HSL | 261.4º | 0.63% | 0.49% | - |
| HSV(B) | 261.4º | 0.77% | 0.8% | - |
| XYZ | 17.24 | 9.09 | 57.35 | - |
| YUV | 80.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 203 | 0.50 | 0.77 | 0 | 0.20 | 261.4 | 0.63 | 0.49 |
| Hex | 66 | 2E | CB | 32 | 4D | 0 | 14 | 105 | 3F | 31 |
| Octal | 146 | 56 | 313 | 62 | 115 | 0 | 24 | 405 | 77 | 61 |
| Binary | 1100110 | 101110 | 11001011 | 110010 | 1001101 | 0 | 10100 | 100000101 | 111111 | 110001 |
Color Harmonies of #662ECB
Complementary color
Monochromatic Colors of #662ECB
Black with #662ECB
Text Example
Text Example
White with #662ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ECB; }
p { color: rgb(102,46,203); }
H1.HeaderClassName
{
color: #662ECB;
}
.AnyTagClassName
{
color: #662ECB;
}
</style>
background-color css
<style>
a { background-color: #662ECB; }
a { background-color: rgb(102,46,203); }
div.DivClassName
{
background-color: #662ECB;
}
.BgClassName
{
background-color: #662ECB;
}
</style>
border-color css
<style>
span { border-color: #662ECB; }
span { border-color: rgb(102,46,203); }
td.TdClassName
{
border-color: #662ECB;
}
.TagClassName
{
border-color: #662ECB;
}
</style>