Shades of Purple Heart #652CE1
Tints of Purple Heart #652CE1
RGB
CMYK
RGB Variations
Color information
#652CE1 (or 0x652CE1) is known color: Purple Heart. HEX triplet: 65, 2C and E1. RGB value is (101,44,225). Sum of RGB (Red+Green+Blue) = 101+44+225=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #652CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CE1 is #9AD31E. Grayscale: #515151. Windows color (decimal): -10146591 or 14756965. OLE color: 14756965.
HSL color Cylindrical-coordinate representation of color #652CE1: hue angle of 258.9º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652CE1 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 44 | 225 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.12 |
| HSL | 258.9º | 0.75% | 0.53% | - |
| HSV(B) | 258.9º | 0.8% | 0.88% | - |
| XYZ | 19.86 | 10 | 72.12 | - |
| YUV | 81.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 225 | 0.55 | 0.80 | 0 | 0.12 | 258.9 | 0.75 | 0.53 |
| Hex | 65 | 2C | E1 | 37 | 50 | 0 | C | 103 | 4B | 35 |
| Octal | 145 | 54 | 341 | 67 | 120 | 0 | 14 | 403 | 113 | 65 |
| Binary | 1100101 | 101100 | 11100001 | 110111 | 1010000 | 0 | 1100 | 100000011 | 1001011 | 110101 |
Color Harmonies of #652CE1
Complementary color
Monochromatic Colors of #652CE1
Black with #652CE1
Text Example
Text Example
White with #652CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CE1; }
p { color: rgb(101,44,225); }
H1.HeaderClassName
{
color: #652CE1;
}
.AnyTagClassName
{
color: #652CE1;
}
</style>
background-color css
<style>
a { background-color: #652CE1; }
a { background-color: rgb(101,44,225); }
div.DivClassName
{
background-color: #652CE1;
}
.BgClassName
{
background-color: #652CE1;
}
</style>
border-color css
<style>
span { border-color: #652CE1; }
span { border-color: rgb(101,44,225); }
td.TdClassName
{
border-color: #652CE1;
}
.TagClassName
{
border-color: #652CE1;
}
</style>