Shades of Purple Heart #4620B2
Tints of Purple Heart #4620B2
RGB
CMYK
RGB Variations
Color information
#4620B2 (or 0x4620B2) is known color: Purple Heart. HEX triplet: 46, 20 and B2. RGB value is (70,32,178). Sum of RGB (Red+Green+Blue) = 70+32+178=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #4620B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4620B2 is #B9DF4D. Grayscale: #3B3B3B. Windows color (decimal): -12181326 or 11673670. OLE color: 11673670.
HSL color Cylindrical-coordinate representation of color #4620B2: hue angle of 255.62º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4620B2 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 32 | 178 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.30 |
| HSL | 255.62º | 0.7% | 0.41% | - |
| HSV(B) | 255.62º | 0.82% | 0.7% | - |
| XYZ | 11.08 | 5.55 | 42.61 | - |
| YUV | 60.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 178 | 0.61 | 0.82 | 0 | 0.30 | 255.62 | 0.7 | 0.41 |
| Hex | 46 | 20 | B2 | 3D | 52 | 0 | 1E | 100 | 46 | 29 |
| Octal | 106 | 40 | 262 | 75 | 122 | 0 | 36 | 400 | 106 | 51 |
| Binary | 1000110 | 100000 | 10110010 | 111101 | 1010010 | 0 | 11110 | 100000000 | 1000110 | 101001 |
Color Harmonies of #4620B2
Complementary color
Monochromatic Colors of #4620B2
Black with #4620B2
Text Example
Text Example
White with #4620B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620B2; }
p { color: rgb(70,32,178); }
H1.HeaderClassName
{
color: #4620B2;
}
.AnyTagClassName
{
color: #4620B2;
}
</style>
background-color css
<style>
a { background-color: #4620B2; }
a { background-color: rgb(70,32,178); }
div.DivClassName
{
background-color: #4620B2;
}
.BgClassName
{
background-color: #4620B2;
}
</style>
border-color css
<style>
span { border-color: #4620B2; }
span { border-color: rgb(70,32,178); }
td.TdClassName
{
border-color: #4620B2;
}
.TagClassName
{
border-color: #4620B2;
}
</style>