Shades of Purple Heart #662ECD
Tints of Purple Heart #662ECD
RGB
CMYK
RGB Variations
Color information
#662ECD (or 0x662ECD) is known color: Purple Heart. HEX triplet: 66, 2E and CD. RGB value is (102,46,205). Sum of RGB (Red+Green+Blue) = 102+46+205=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #662ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ECD is #99D132. Grayscale: #505050. Windows color (decimal): -10080563 or 13446758. OLE color: 13446758.
HSL color Cylindrical-coordinate representation of color #662ECD: hue angle of 261.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662ECD is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 46 | 205 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.20 |
| HSL | 261.13º | 0.63% | 0.49% | - |
| HSV(B) | 261.13º | 0.78% | 0.8% | - |
| XYZ | 17.48 | 9.19 | 58.61 | - |
| YUV | 80.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 205 | 0.50 | 0.78 | 0 | 0.20 | 261.13 | 0.63 | 0.49 |
| Hex | 66 | 2E | CD | 32 | 4E | 0 | 14 | 105 | 3F | 31 |
| Octal | 146 | 56 | 315 | 62 | 116 | 0 | 24 | 405 | 77 | 61 |
| Binary | 1100110 | 101110 | 11001101 | 110010 | 1001110 | 0 | 10100 | 100000101 | 111111 | 110001 |
Color Harmonies of #662ECD
Complementary color
Monochromatic Colors of #662ECD
Black with #662ECD
Text Example
Text Example
White with #662ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ECD; }
p { color: rgb(102,46,205); }
H1.HeaderClassName
{
color: #662ECD;
}
.AnyTagClassName
{
color: #662ECD;
}
</style>
background-color css
<style>
a { background-color: #662ECD; }
a { background-color: rgb(102,46,205); }
div.DivClassName
{
background-color: #662ECD;
}
.BgClassName
{
background-color: #662ECD;
}
</style>
border-color css
<style>
span { border-color: #662ECD; }
span { border-color: rgb(102,46,205); }
td.TdClassName
{
border-color: #662ECD;
}
.TagClassName
{
border-color: #662ECD;
}
</style>