Shades of Purple Heart #652ECD
Tints of Purple Heart #652ECD
RGB
CMYK
RGB Variations
Color information
#652ECD (or 0x652ECD) is known color: Purple Heart. HEX triplet: 65, 2E and CD. RGB value is (101,46,205). Sum of RGB (Red+Green+Blue) = 101+46+205=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 46 (18.36% from 255 or 13.07% 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 #652ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ECD is #9AD132. Grayscale: #4F4F4F. Windows color (decimal): -10146099 or 13446757. OLE color: 13446757.
HSL color Cylindrical-coordinate representation of color #652ECD: hue angle of 260.75º 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 #652ECD is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 46 | 205 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.20 |
| HSL | 260.75º | 0.63% | 0.49% | - |
| HSV(B) | 260.75º | 0.78% | 0.8% | - |
| XYZ | 17.36 | 9.13 | 58.6 | - |
| YUV | 80.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 205 | 0.51 | 0.78 | 0 | 0.20 | 260.75 | 0.63 | 0.49 |
| Hex | 65 | 2E | CD | 33 | 4E | 0 | 14 | 105 | 3F | 31 |
| Octal | 145 | 56 | 315 | 63 | 116 | 0 | 24 | 405 | 77 | 61 |
| Binary | 1100101 | 101110 | 11001101 | 110011 | 1001110 | 0 | 10100 | 100000101 | 111111 | 110001 |
Color Harmonies of #652ECD
Complementary color
Monochromatic Colors of #652ECD
Black with #652ECD
Text Example
Text Example
White with #652ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ECD; }
p { color: rgb(101,46,205); }
H1.HeaderClassName
{
color: #652ECD;
}
.AnyTagClassName
{
color: #652ECD;
}
</style>
background-color css
<style>
a { background-color: #652ECD; }
a { background-color: rgb(101,46,205); }
div.DivClassName
{
background-color: #652ECD;
}
.BgClassName
{
background-color: #652ECD;
}
</style>
border-color css
<style>
span { border-color: #652ECD; }
span { border-color: rgb(101,46,205); }
td.TdClassName
{
border-color: #652ECD;
}
.TagClassName
{
border-color: #652ECD;
}
</style>