Shades of Purple Heart #4620AD
Tints of Purple Heart #4620AD
RGB
CMYK
RGB Variations
Color information
#4620AD (or 0x4620AD) is known color: Purple Heart. HEX triplet: 46, 20 and AD. RGB value is (70,32,173). Sum of RGB (Red+Green+Blue) = 70+32+173=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #4620AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4620AD is #B9DF52. Grayscale: #3A3A3A. Windows color (decimal): -12181331 or 11345990. OLE color: 11345990.
HSL color Cylindrical-coordinate representation of color #4620AD: hue angle of 256.17º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4620AD is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 32 | 173 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.32 |
| HSL | 256.17º | 0.69% | 0.4% | - |
| HSV(B) | 256.17º | 0.82% | 0.68% | - |
| XYZ | 10.59 | 5.35 | 40.01 | - |
| YUV | 59.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 173 | 0.60 | 0.82 | 0 | 0.32 | 256.17 | 0.69 | 0.4 |
| Hex | 46 | 20 | AD | 3C | 52 | 0 | 20 | 100 | 45 | 28 |
| Octal | 106 | 40 | 255 | 74 | 122 | 0 | 40 | 400 | 105 | 50 |
| Binary | 1000110 | 100000 | 10101101 | 111100 | 1010010 | 0 | 100000 | 100000000 | 1000101 | 101000 |
Color Harmonies of #4620AD
Complementary color
Monochromatic Colors of #4620AD
Black with #4620AD
Text Example
Text Example
White with #4620AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620AD; }
p { color: rgb(70,32,173); }
H1.HeaderClassName
{
color: #4620AD;
}
.AnyTagClassName
{
color: #4620AD;
}
</style>
background-color css
<style>
a { background-color: #4620AD; }
a { background-color: rgb(70,32,173); }
div.DivClassName
{
background-color: #4620AD;
}
.BgClassName
{
background-color: #4620AD;
}
</style>
border-color css
<style>
span { border-color: #4620AD; }
span { border-color: rgb(70,32,173); }
td.TdClassName
{
border-color: #4620AD;
}
.TagClassName
{
border-color: #4620AD;
}
</style>