Shades of Purple Heart #662BE1
Tints of Purple Heart #662BE1
RGB
CMYK
RGB Variations
Color information
#662BE1 (or 0x662BE1) is known color: Purple Heart. HEX triplet: 66, 2B and E1. RGB value is (102,43,225). Sum of RGB (Red+Green+Blue) = 102+43+225=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #662BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BE1 is #99D41E. Grayscale: #505050. Windows color (decimal): -10081311 or 14756710. OLE color: 14756710.
HSL color Cylindrical-coordinate representation of color #662BE1: hue angle of 259.45º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662BE1 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 43 | 225 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.12 |
| HSL | 259.45º | 0.75% | 0.53% | - |
| HSV(B) | 259.45º | 0.81% | 0.88% | - |
| XYZ | 19.93 | 9.99 | 72.11 | - |
| YUV | 81.39 | 209.05 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 225 | 0.55 | 0.81 | 0 | 0.12 | 259.45 | 0.75 | 0.53 |
| Hex | 66 | 2B | E1 | 37 | 51 | 0 | C | 103 | 4B | 35 |
| Octal | 146 | 53 | 341 | 67 | 121 | 0 | 14 | 403 | 113 | 65 |
| Binary | 1100110 | 101011 | 11100001 | 110111 | 1010001 | 0 | 1100 | 100000011 | 1001011 | 110101 |
Color Harmonies of #662BE1
Complementary color
Monochromatic Colors of #662BE1
Black with #662BE1
Text Example
Text Example
White with #662BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BE1; }
p { color: rgb(102,43,225); }
H1.HeaderClassName
{
color: #662BE1;
}
.AnyTagClassName
{
color: #662BE1;
}
</style>
background-color css
<style>
a { background-color: #662BE1; }
a { background-color: rgb(102,43,225); }
div.DivClassName
{
background-color: #662BE1;
}
.BgClassName
{
background-color: #662BE1;
}
</style>
border-color css
<style>
span { border-color: #662BE1; }
span { border-color: rgb(102,43,225); }
td.TdClassName
{
border-color: #662BE1;
}
.TagClassName
{
border-color: #662BE1;
}
</style>