Shades of Purple Heart #652AAF
Tints of Purple Heart #652AAF
RGB
CMYK
RGB Variations
Color information
#652AAF (or 0x652AAF) is known color: Purple Heart. HEX triplet: 65, 2A and AF. RGB value is (101,42,175). Sum of RGB (Red+Green+Blue) = 101+42+175=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #652AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652AAF is #9AD550. Grayscale: #4A4A4A. Windows color (decimal): -10147153 or 11479653. OLE color: 11479653.
HSL color Cylindrical-coordinate representation of color #652AAF: hue angle of 266.62º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652AAF is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 42 | 175 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.31 |
| HSL | 266.62º | 0.61% | 0.43% | - |
| HSV(B) | 266.62º | 0.76% | 0.69% | - |
| XYZ | 13.93 | 7.52 | 41.27 | - |
| YUV | 74.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 175 | 0.42 | 0.76 | 0 | 0.31 | 266.62 | 0.61 | 0.43 |
| Hex | 65 | 2A | AF | 2A | 4C | 0 | 1F | 10B | 3D | 2B |
| Octal | 145 | 52 | 257 | 52 | 114 | 0 | 37 | 413 | 75 | 53 |
| Binary | 1100101 | 101010 | 10101111 | 101010 | 1001100 | 0 | 11111 | 100001011 | 111101 | 101011 |
Color Harmonies of #652AAF
Complementary color
Monochromatic Colors of #652AAF
Black with #652AAF
Text Example
Text Example
White with #652AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AAF; }
p { color: rgb(101,42,175); }
H1.HeaderClassName
{
color: #652AAF;
}
.AnyTagClassName
{
color: #652AAF;
}
</style>
background-color css
<style>
a { background-color: #652AAF; }
a { background-color: rgb(101,42,175); }
div.DivClassName
{
background-color: #652AAF;
}
.BgClassName
{
background-color: #652AAF;
}
</style>
border-color css
<style>
span { border-color: #652AAF; }
span { border-color: rgb(101,42,175); }
td.TdClassName
{
border-color: #652AAF;
}
.TagClassName
{
border-color: #652AAF;
}
</style>