Shades of Purple Heart #662ECF
Tints of Purple Heart #662ECF
RGB
CMYK
RGB Variations
Color information
#662ECF (or 0x662ECF) is known color: Purple Heart. HEX triplet: 66, 2E and CF. RGB value is (102,46,207). Sum of RGB (Red+Green+Blue) = 102+46+207=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #662ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ECF is #99D130. Grayscale: #505050. Windows color (decimal): -10080561 or 13577830. OLE color: 13577830.
HSL color Cylindrical-coordinate representation of color #662ECF: hue angle of 260.87º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662ECF is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 46 | 207 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.19 |
| HSL | 260.87º | 0.64% | 0.5% | - |
| HSV(B) | 260.87º | 0.78% | 0.81% | - |
| XYZ | 17.72 | 9.28 | 59.89 | - |
| YUV | 81.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 207 | 0.51 | 0.78 | 0 | 0.19 | 260.87 | 0.64 | 0.5 |
| Hex | 66 | 2E | CF | 33 | 4E | 0 | 13 | 105 | 40 | 32 |
| Octal | 146 | 56 | 317 | 63 | 116 | 0 | 23 | 405 | 100 | 62 |
| Binary | 1100110 | 101110 | 11001111 | 110011 | 1001110 | 0 | 10011 | 100000101 | 1000000 | 110010 |
Color Harmonies of #662ECF
Complementary color
Monochromatic Colors of #662ECF
Black with #662ECF
Text Example
Text Example
White with #662ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ECF; }
p { color: rgb(102,46,207); }
H1.HeaderClassName
{
color: #662ECF;
}
.AnyTagClassName
{
color: #662ECF;
}
</style>
background-color css
<style>
a { background-color: #662ECF; }
a { background-color: rgb(102,46,207); }
div.DivClassName
{
background-color: #662ECF;
}
.BgClassName
{
background-color: #662ECF;
}
</style>
border-color css
<style>
span { border-color: #662ECF; }
span { border-color: rgb(102,46,207); }
td.TdClassName
{
border-color: #662ECF;
}
.TagClassName
{
border-color: #662ECF;
}
</style>