Shades of Purple Heart #652CD5
Tints of Purple Heart #652CD5
RGB
CMYK
RGB Variations
Color information
#652CD5 (or 0x652CD5) is known color: Purple Heart. HEX triplet: 65, 2C and D5. RGB value is (101,44,213). Sum of RGB (Red+Green+Blue) = 101+44+213=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #652CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CD5 is #9AD32A. Grayscale: #4F4F4F. Windows color (decimal): -10146603 or 13970533. OLE color: 13970533.
HSL color Cylindrical-coordinate representation of color #652CD5: hue angle of 260.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652CD5 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 44 | 213 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.16 |
| HSL | 260.24º | 0.67% | 0.5% | - |
| HSV(B) | 260.24º | 0.79% | 0.84% | - |
| XYZ | 18.28 | 9.37 | 63.8 | - |
| YUV | 80.31 | 202.88 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 213 | 0.53 | 0.79 | 0 | 0.16 | 260.24 | 0.67 | 0.5 |
| Hex | 65 | 2C | D5 | 35 | 4F | 0 | 10 | 104 | 43 | 32 |
| Octal | 145 | 54 | 325 | 65 | 117 | 0 | 20 | 404 | 103 | 62 |
| Binary | 1100101 | 101100 | 11010101 | 110101 | 1001111 | 0 | 10000 | 100000100 | 1000011 | 110010 |
Color Harmonies of #652CD5
Complementary color
Monochromatic Colors of #652CD5
Black with #652CD5
Text Example
Text Example
White with #652CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CD5; }
p { color: rgb(101,44,213); }
H1.HeaderClassName
{
color: #652CD5;
}
.AnyTagClassName
{
color: #652CD5;
}
</style>
background-color css
<style>
a { background-color: #652CD5; }
a { background-color: rgb(101,44,213); }
div.DivClassName
{
background-color: #652CD5;
}
.BgClassName
{
background-color: #652CD5;
}
</style>
border-color css
<style>
span { border-color: #652CD5; }
span { border-color: rgb(101,44,213); }
td.TdClassName
{
border-color: #652CD5;
}
.TagClassName
{
border-color: #652CD5;
}
</style>