Shades of Purple Heart #4620BC
Tints of Purple Heart #4620BC
RGB
CMYK
RGB Variations
Color information
#4620BC (or 0x4620BC) is known color: Purple Heart. HEX triplet: 46, 20 and BC. RGB value is (70,32,188). Sum of RGB (Red+Green+Blue) = 70+32+188=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #4620BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4620BC is #B9DF43. Grayscale: #3C3C3C. Windows color (decimal): -12181316 or 12329030. OLE color: 12329030.
HSL color Cylindrical-coordinate representation of color #4620BC: hue angle of 254.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4620BC is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 32 | 188 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.26 |
| HSL | 254.62º | 0.71% | 0.43% | - |
| HSV(B) | 254.62º | 0.83% | 0.74% | - |
| XYZ | 12.12 | 5.97 | 48.09 | - |
| YUV | 61.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 188 | 0.63 | 0.83 | 0 | 0.26 | 254.62 | 0.71 | 0.43 |
| Hex | 46 | 20 | BC | 3F | 53 | 0 | 1A | FF | 47 | 2B |
| Octal | 106 | 40 | 274 | 77 | 123 | 0 | 32 | 377 | 107 | 53 |
| Binary | 1000110 | 100000 | 10111100 | 111111 | 1010011 | 0 | 11010 | 11111111 | 1000111 | 101011 |
Color Harmonies of #4620BC
Complementary color
Monochromatic Colors of #4620BC
Black with #4620BC
Text Example
Text Example
White with #4620BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620BC; }
p { color: rgb(70,32,188); }
H1.HeaderClassName
{
color: #4620BC;
}
.AnyTagClassName
{
color: #4620BC;
}
</style>
background-color css
<style>
a { background-color: #4620BC; }
a { background-color: rgb(70,32,188); }
div.DivClassName
{
background-color: #4620BC;
}
.BgClassName
{
background-color: #4620BC;
}
</style>
border-color css
<style>
span { border-color: #4620BC; }
span { border-color: rgb(70,32,188); }
td.TdClassName
{
border-color: #4620BC;
}
.TagClassName
{
border-color: #4620BC;
}
</style>