Shades of Purple Heart #662CDF
Tints of Purple Heart #662CDF
RGB
CMYK
RGB Variations
Color information
#662CDF (or 0x662CDF) is known color: Purple Heart. HEX triplet: 66, 2C and DF. RGB value is (102,44,223). Sum of RGB (Red+Green+Blue) = 102+44+223=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #662CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CDF is #99D320. Grayscale: #515151. Windows color (decimal): -10081057 or 14625894. OLE color: 14625894.
HSL color Cylindrical-coordinate representation of color #662CDF: hue angle of 259.44º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662CDF is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 44 | 223 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.13 |
| HSL | 259.44º | 0.74% | 0.52% | - |
| HSV(B) | 259.44º | 0.8% | 0.87% | - |
| XYZ | 19.7 | 9.95 | 70.7 | - |
| YUV | 81.75 | 207.72 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 223 | 0.54 | 0.80 | 0 | 0.13 | 259.44 | 0.74 | 0.52 |
| Hex | 66 | 2C | DF | 36 | 50 | 0 | D | 103 | 4A | 34 |
| Octal | 146 | 54 | 337 | 66 | 120 | 0 | 15 | 403 | 112 | 64 |
| Binary | 1100110 | 101100 | 11011111 | 110110 | 1010000 | 0 | 1101 | 100000011 | 1001010 | 110100 |
Color Harmonies of #662CDF
Complementary color
Monochromatic Colors of #662CDF
Black with #662CDF
Text Example
Text Example
White with #662CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662CDF; }
p { color: rgb(102,44,223); }
H1.HeaderClassName
{
color: #662CDF;
}
.AnyTagClassName
{
color: #662CDF;
}
</style>
background-color css
<style>
a { background-color: #662CDF; }
a { background-color: rgb(102,44,223); }
div.DivClassName
{
background-color: #662CDF;
}
.BgClassName
{
background-color: #662CDF;
}
</style>
border-color css
<style>
span { border-color: #662CDF; }
span { border-color: rgb(102,44,223); }
td.TdClassName
{
border-color: #662CDF;
}
.TagClassName
{
border-color: #662CDF;
}
</style>