Shades of Purple Heart #652ACD
Tints of Purple Heart #652ACD
RGB
CMYK
RGB Variations
Color information
#652ACD (or 0x652ACD) is known color: Purple Heart. HEX triplet: 65, 2A and CD. RGB value is (101,42,205). Sum of RGB (Red+Green+Blue) = 101+42+205=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #652ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ACD is #9AD532. Grayscale: #4D4D4D. Windows color (decimal): -10147123 or 13445733. OLE color: 13445733.
HSL color Cylindrical-coordinate representation of color #652ACD: hue angle of 261.72º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652ACD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 42 | 205 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.20 |
| HSL | 261.72º | 0.66% | 0.48% | - |
| HSV(B) | 261.72º | 0.8% | 0.8% | - |
| XYZ | 17.21 | 8.83 | 58.55 | - |
| YUV | 78.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 205 | 0.51 | 0.80 | 0 | 0.20 | 261.72 | 0.66 | 0.48 |
| Hex | 65 | 2A | CD | 33 | 50 | 0 | 14 | 106 | 42 | 30 |
| Octal | 145 | 52 | 315 | 63 | 120 | 0 | 24 | 406 | 102 | 60 |
| Binary | 1100101 | 101010 | 11001101 | 110011 | 1010000 | 0 | 10100 | 100000110 | 1000010 | 110000 |
Color Harmonies of #652ACD
Complementary color
Monochromatic Colors of #652ACD
Black with #652ACD
Text Example
Text Example
White with #652ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ACD; }
p { color: rgb(101,42,205); }
H1.HeaderClassName
{
color: #652ACD;
}
.AnyTagClassName
{
color: #652ACD;
}
</style>
background-color css
<style>
a { background-color: #652ACD; }
a { background-color: rgb(101,42,205); }
div.DivClassName
{
background-color: #652ACD;
}
.BgClassName
{
background-color: #652ACD;
}
</style>
border-color css
<style>
span { border-color: #652ACD; }
span { border-color: rgb(101,42,205); }
td.TdClassName
{
border-color: #652ACD;
}
.TagClassName
{
border-color: #652ACD;
}
</style>