Shades of Purple Heart #652AAC
Tints of Purple Heart #652AAC
RGB
CMYK
RGB Variations
Color information
#652AAC (or 0x652AAC) is known color: Purple Heart. HEX triplet: 65, 2A and AC. RGB value is (101,42,172). Sum of RGB (Red+Green+Blue) = 101+42+172=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #652AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652AAC is #9AD553. Grayscale: #4A4A4A. Windows color (decimal): -10147156 or 11283045. OLE color: 11283045.
HSL color Cylindrical-coordinate representation of color #652AAC: hue angle of 267.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652AAC is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 42 | 172 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.33 |
| HSL | 267.23º | 0.61% | 0.42% | - |
| HSV(B) | 267.23º | 0.76% | 0.67% | - |
| XYZ | 13.64 | 7.4 | 39.74 | - |
| YUV | 74.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 172 | 0.41 | 0.76 | 0 | 0.33 | 267.23 | 0.61 | 0.42 |
| Hex | 65 | 2A | AC | 29 | 4C | 0 | 21 | 10B | 3D | 2A |
| Octal | 145 | 52 | 254 | 51 | 114 | 0 | 41 | 413 | 75 | 52 |
| Binary | 1100101 | 101010 | 10101100 | 101001 | 1001100 | 0 | 100001 | 100001011 | 111101 | 101010 |
Color Harmonies of #652AAC
Complementary color
Monochromatic Colors of #652AAC
Black with #652AAC
Text Example
Text Example
White with #652AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AAC; }
p { color: rgb(101,42,172); }
H1.HeaderClassName
{
color: #652AAC;
}
.AnyTagClassName
{
color: #652AAC;
}
</style>
background-color css
<style>
a { background-color: #652AAC; }
a { background-color: rgb(101,42,172); }
div.DivClassName
{
background-color: #652AAC;
}
.BgClassName
{
background-color: #652AAC;
}
</style>
border-color css
<style>
span { border-color: #652AAC; }
span { border-color: rgb(101,42,172); }
td.TdClassName
{
border-color: #652AAC;
}
.TagClassName
{
border-color: #652AAC;
}
</style>