Shades of Purple Heart #652CAC
Tints of Purple Heart #652CAC
RGB
CMYK
RGB Variations
Color information
#652CAC (or 0x652CAC) is known color: Purple Heart. HEX triplet: 65, 2C and AC. RGB value is (101,44,172). Sum of RGB (Red+Green+Blue) = 101+44+172=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #652CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652CAC is #9AD353. Grayscale: #4B4B4B. Windows color (decimal): -10146644 or 11283557. OLE color: 11283557.
HSL color Cylindrical-coordinate representation of color #652CAC: hue angle of 266.72º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652CAC is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 44 | 172 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.33 |
| HSL | 266.72º | 0.59% | 0.42% | - |
| HSV(B) | 266.72º | 0.74% | 0.67% | - |
| XYZ | 13.71 | 7.55 | 39.76 | - |
| YUV | 75.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 172 | 0.41 | 0.74 | 0 | 0.33 | 266.72 | 0.59 | 0.42 |
| Hex | 65 | 2C | AC | 29 | 4A | 0 | 21 | 10B | 3B | 2A |
| Octal | 145 | 54 | 254 | 51 | 112 | 0 | 41 | 413 | 73 | 52 |
| Binary | 1100101 | 101100 | 10101100 | 101001 | 1001010 | 0 | 100001 | 100001011 | 111011 | 101010 |
Color Harmonies of #652CAC
Complementary color
Monochromatic Colors of #652CAC
Black with #652CAC
Text Example
Text Example
White with #652CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CAC; }
p { color: rgb(101,44,172); }
H1.HeaderClassName
{
color: #652CAC;
}
.AnyTagClassName
{
color: #652CAC;
}
</style>
background-color css
<style>
a { background-color: #652CAC; }
a { background-color: rgb(101,44,172); }
div.DivClassName
{
background-color: #652CAC;
}
.BgClassName
{
background-color: #652CAC;
}
</style>
border-color css
<style>
span { border-color: #652CAC; }
span { border-color: rgb(101,44,172); }
td.TdClassName
{
border-color: #652CAC;
}
.TagClassName
{
border-color: #652CAC;
}
</style>