Shades of Purple Heart #4624BD
Tints of Purple Heart #4624BD
RGB
CMYK
RGB Variations
Color information
#4624BD (or 0x4624BD) is known color: Purple Heart. HEX triplet: 46, 24 and BD. RGB value is (70,36,189). Sum of RGB (Red+Green+Blue) = 70+36+189=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #4624BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4624BD is #B9DB42. Grayscale: #3F3F3F. Windows color (decimal): -12180291 or 12395590. OLE color: 12395590.
HSL color Cylindrical-coordinate representation of color #4624BD: hue angle of 253.33º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4624BD is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 36 | 189 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.26 |
| HSL | 253.33º | 0.68% | 0.44% | - |
| HSV(B) | 253.33º | 0.81% | 0.74% | - |
| XYZ | 12.34 | 6.24 | 48.7 | - |
| YUV | 63.61 | 198.76 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 189 | 0.63 | 0.81 | 0 | 0.26 | 253.33 | 0.68 | 0.44 |
| Hex | 46 | 24 | BD | 3F | 51 | 0 | 1A | FD | 44 | 2C |
| Octal | 106 | 44 | 275 | 77 | 121 | 0 | 32 | 375 | 104 | 54 |
| Binary | 1000110 | 100100 | 10111101 | 111111 | 1010001 | 0 | 11010 | 11111101 | 1000100 | 101100 |
Color Harmonies of #4624BD
Complementary color
Monochromatic Colors of #4624BD
Black with #4624BD
Text Example
Text Example
White with #4624BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4624BD; }
p { color: rgb(70,36,189); }
H1.HeaderClassName
{
color: #4624BD;
}
.AnyTagClassName
{
color: #4624BD;
}
</style>
background-color css
<style>
a { background-color: #4624BD; }
a { background-color: rgb(70,36,189); }
div.DivClassName
{
background-color: #4624BD;
}
.BgClassName
{
background-color: #4624BD;
}
</style>
border-color css
<style>
span { border-color: #4624BD; }
span { border-color: rgb(70,36,189); }
td.TdClassName
{
border-color: #4624BD;
}
.TagClassName
{
border-color: #4624BD;
}
</style>