Shades of Purple Heart #4620AC
Tints of Purple Heart #4620AC
RGB
CMYK
RGB Variations
Color information
#4620AC (or 0x4620AC) is known color: Purple Heart. HEX triplet: 46, 20 and AC. RGB value is (70,32,172). Sum of RGB (Red+Green+Blue) = 70+32+172=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #4620AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4620AC is #B9DF53. Grayscale: #3A3A3A. Windows color (decimal): -12181332 or 11280454. OLE color: 11280454.
HSL color Cylindrical-coordinate representation of color #4620AC: hue angle of 256.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4620AC is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 32 | 172 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.33 |
| HSL | 256.29º | 0.69% | 0.4% | - |
| HSV(B) | 256.29º | 0.81% | 0.67% | - |
| XYZ | 10.49 | 5.31 | 39.5 | - |
| YUV | 59.32 | 191.59 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 172 | 0.59 | 0.81 | 0 | 0.33 | 256.29 | 0.69 | 0.4 |
| Hex | 46 | 20 | AC | 3B | 51 | 0 | 21 | 100 | 45 | 28 |
| Octal | 106 | 40 | 254 | 73 | 121 | 0 | 41 | 400 | 105 | 50 |
| Binary | 1000110 | 100000 | 10101100 | 111011 | 1010001 | 0 | 100001 | 100000000 | 1000101 | 101000 |
Color Harmonies of #4620AC
Complementary color
Monochromatic Colors of #4620AC
Black with #4620AC
Text Example
Text Example
White with #4620AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620AC; }
p { color: rgb(70,32,172); }
H1.HeaderClassName
{
color: #4620AC;
}
.AnyTagClassName
{
color: #4620AC;
}
</style>
background-color css
<style>
a { background-color: #4620AC; }
a { background-color: rgb(70,32,172); }
div.DivClassName
{
background-color: #4620AC;
}
.BgClassName
{
background-color: #4620AC;
}
</style>
border-color css
<style>
span { border-color: #4620AC; }
span { border-color: rgb(70,32,172); }
td.TdClassName
{
border-color: #4620AC;
}
.TagClassName
{
border-color: #4620AC;
}
</style>