Shades of Purple Heart #662DCD
Tints of Purple Heart #662DCD
RGB
CMYK
RGB Variations
Color information
#662DCD (or 0x662DCD) is known color: Purple Heart. HEX triplet: 66, 2D and CD. RGB value is (102,45,205). Sum of RGB (Red+Green+Blue) = 102+45+205=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #662DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DCD is #99D232. Grayscale: #4F4F4F. Windows color (decimal): -10080819 or 13446502. OLE color: 13446502.
HSL color Cylindrical-coordinate representation of color #662DCD: hue angle of 261.38º degrees, saturation: 0.64, 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 #662DCD is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 45 | 205 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.20 |
| HSL | 261.38º | 0.64% | 0.49% | - |
| HSV(B) | 261.38º | 0.78% | 0.8% | - |
| XYZ | 17.44 | 9.11 | 58.6 | - |
| YUV | 80.28 | 198.38 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 205 | 0.50 | 0.78 | 0 | 0.20 | 261.38 | 0.64 | 0.49 |
| Hex | 66 | 2D | CD | 32 | 4E | 0 | 14 | 105 | 40 | 31 |
| Octal | 146 | 55 | 315 | 62 | 116 | 0 | 24 | 405 | 100 | 61 |
| Binary | 1100110 | 101101 | 11001101 | 110010 | 1001110 | 0 | 10100 | 100000101 | 1000000 | 110001 |
Color Harmonies of #662DCD
Complementary color
Monochromatic Colors of #662DCD
Black with #662DCD
Text Example
Text Example
White with #662DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DCD; }
p { color: rgb(102,45,205); }
H1.HeaderClassName
{
color: #662DCD;
}
.AnyTagClassName
{
color: #662DCD;
}
</style>
background-color css
<style>
a { background-color: #662DCD; }
a { background-color: rgb(102,45,205); }
div.DivClassName
{
background-color: #662DCD;
}
.BgClassName
{
background-color: #662DCD;
}
</style>
border-color css
<style>
span { border-color: #662DCD; }
span { border-color: rgb(102,45,205); }
td.TdClassName
{
border-color: #662DCD;
}
.TagClassName
{
border-color: #662DCD;
}
</style>