Shades of Purple Heart #652CB5
Tints of Purple Heart #652CB5
RGB
CMYK
RGB Variations
Color information
#652CB5 (or 0x652CB5) is known color: Purple Heart. HEX triplet: 65, 2C and B5. RGB value is (101,44,181). Sum of RGB (Red+Green+Blue) = 101+44+181=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #652CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CB5 is #9AD34A. Grayscale: #4C4C4C. Windows color (decimal): -10146635 or 11873381. OLE color: 11873381.
HSL color Cylindrical-coordinate representation of color #652CB5: hue angle of 264.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652CB5 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 44 | 181 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.29 |
| HSL | 264.96º | 0.61% | 0.44% | - |
| HSV(B) | 264.96º | 0.76% | 0.71% | - |
| XYZ | 14.61 | 7.9 | 44.47 | - |
| YUV | 76.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 181 | 0.44 | 0.76 | 0 | 0.29 | 264.96 | 0.61 | 0.44 |
| Hex | 65 | 2C | B5 | 2C | 4C | 0 | 1D | 109 | 3D | 2C |
| Octal | 145 | 54 | 265 | 54 | 114 | 0 | 35 | 411 | 75 | 54 |
| Binary | 1100101 | 101100 | 10110101 | 101100 | 1001100 | 0 | 11101 | 100001001 | 111101 | 101100 |
Color Harmonies of #652CB5
Complementary color
Monochromatic Colors of #652CB5
Black with #652CB5
Text Example
Text Example
White with #652CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CB5; }
p { color: rgb(101,44,181); }
H1.HeaderClassName
{
color: #652CB5;
}
.AnyTagClassName
{
color: #652CB5;
}
</style>
background-color css
<style>
a { background-color: #652CB5; }
a { background-color: rgb(101,44,181); }
div.DivClassName
{
background-color: #652CB5;
}
.BgClassName
{
background-color: #652CB5;
}
</style>
border-color css
<style>
span { border-color: #652CB5; }
span { border-color: rgb(101,44,181); }
td.TdClassName
{
border-color: #652CB5;
}
.TagClassName
{
border-color: #652CB5;
}
</style>