Shades of Purple Heart #662EE0
Tints of Purple Heart #662EE0
RGB
CMYK
RGB Variations
Color information
#662EE0 (or 0x662EE0) is known color: Purple Heart. HEX triplet: 66, 2E and E0. RGB value is (102,46,224). Sum of RGB (Red+Green+Blue) = 102+46+224=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #662EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EE0 is #99D11F. Grayscale: #525252. Windows color (decimal): -10080544 or 14691942. OLE color: 14691942.
HSL color Cylindrical-coordinate representation of color #662EE0: hue angle of 258.88º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662EE0 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 46 | 224 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.12 |
| HSL | 258.88º | 0.74% | 0.53% | - |
| HSV(B) | 258.88º | 0.79% | 0.88% | - |
| XYZ | 19.91 | 10.16 | 71.43 | - |
| YUV | 83.04 | 207.55 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 224 | 0.54 | 0.79 | 0 | 0.12 | 258.88 | 0.74 | 0.53 |
| Hex | 66 | 2E | E0 | 36 | 4F | 0 | C | 103 | 4A | 35 |
| Octal | 146 | 56 | 340 | 66 | 117 | 0 | 14 | 403 | 112 | 65 |
| Binary | 1100110 | 101110 | 11100000 | 110110 | 1001111 | 0 | 1100 | 100000011 | 1001010 | 110101 |
Color Harmonies of #662EE0
Complementary color
Monochromatic Colors of #662EE0
Black with #662EE0
Text Example
Text Example
White with #662EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EE0; }
p { color: rgb(102,46,224); }
H1.HeaderClassName
{
color: #662EE0;
}
.AnyTagClassName
{
color: #662EE0;
}
</style>
background-color css
<style>
a { background-color: #662EE0; }
a { background-color: rgb(102,46,224); }
div.DivClassName
{
background-color: #662EE0;
}
.BgClassName
{
background-color: #662EE0;
}
</style>
border-color css
<style>
span { border-color: #662EE0; }
span { border-color: rgb(102,46,224); }
td.TdClassName
{
border-color: #662EE0;
}
.TagClassName
{
border-color: #662EE0;
}
</style>