Shades of Purple Heart #652AAE
Tints of Purple Heart #652AAE
RGB
CMYK
RGB Variations
Color information
#652AAE (or 0x652AAE) is known color: Purple Heart. HEX triplet: 65, 2A and AE. RGB value is (101,42,174). Sum of RGB (Red+Green+Blue) = 101+42+174=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #652AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652AAE is #9AD551. Grayscale: #4A4A4A. Windows color (decimal): -10147154 or 11414117. OLE color: 11414117.
HSL color Cylindrical-coordinate representation of color #652AAE: hue angle of 266.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652AAE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 42 | 174 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.32 |
| HSL | 266.82º | 0.61% | 0.42% | - |
| HSV(B) | 266.82º | 0.76% | 0.68% | - |
| XYZ | 13.83 | 7.48 | 40.76 | - |
| YUV | 74.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 174 | 0.42 | 0.76 | 0 | 0.32 | 266.82 | 0.61 | 0.42 |
| Hex | 65 | 2A | AE | 2A | 4C | 0 | 20 | 10B | 3D | 2A |
| Octal | 145 | 52 | 256 | 52 | 114 | 0 | 40 | 413 | 75 | 52 |
| Binary | 1100101 | 101010 | 10101110 | 101010 | 1001100 | 0 | 100000 | 100001011 | 111101 | 101010 |
Color Harmonies of #652AAE
Complementary color
Monochromatic Colors of #652AAE
Black with #652AAE
Text Example
Text Example
White with #652AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AAE; }
p { color: rgb(101,42,174); }
H1.HeaderClassName
{
color: #652AAE;
}
.AnyTagClassName
{
color: #652AAE;
}
</style>
background-color css
<style>
a { background-color: #652AAE; }
a { background-color: rgb(101,42,174); }
div.DivClassName
{
background-color: #652AAE;
}
.BgClassName
{
background-color: #652AAE;
}
</style>
border-color css
<style>
span { border-color: #652AAE; }
span { border-color: rgb(101,42,174); }
td.TdClassName
{
border-color: #652AAE;
}
.TagClassName
{
border-color: #652AAE;
}
</style>