Shades of Purple Heart #4632BD
Tints of Purple Heart #4632BD
RGB
CMYK
RGB Variations
Color information
#4632BD (or 0x4632BD) is known color: Purple Heart. HEX triplet: 46, 32 and BD. RGB value is (70,50,189). Sum of RGB (Red+Green+Blue) = 70+50+189=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #4632BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632BD is #B9CD42. Grayscale: #474747. Windows color (decimal): -12176707 or 12399174. OLE color: 12399174.
HSL color Cylindrical-coordinate representation of color #4632BD: hue angle of 248.63º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4632BD is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 50 | 189 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.26 |
| HSL | 248.63º | 0.58% | 0.47% | - |
| HSV(B) | 248.63º | 0.74% | 0.74% | - |
| XYZ | 12.85 | 7.26 | 48.87 | - |
| YUV | 71.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 189 | 0.63 | 0.74 | 0 | 0.26 | 248.63 | 0.58 | 0.47 |
| Hex | 46 | 32 | BD | 3F | 4A | 0 | 1A | F9 | 3A | 2F |
| Octal | 106 | 62 | 275 | 77 | 112 | 0 | 32 | 371 | 72 | 57 |
| Binary | 1000110 | 110010 | 10111101 | 111111 | 1001010 | 0 | 11010 | 11111001 | 111010 | 101111 |
Color Harmonies of #4632BD
Complementary color
Monochromatic Colors of #4632BD
Black with #4632BD
Text Example
Text Example
White with #4632BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632BD; }
p { color: rgb(70,50,189); }
H1.HeaderClassName
{
color: #4632BD;
}
.AnyTagClassName
{
color: #4632BD;
}
</style>
background-color css
<style>
a { background-color: #4632BD; }
a { background-color: rgb(70,50,189); }
div.DivClassName
{
background-color: #4632BD;
}
.BgClassName
{
background-color: #4632BD;
}
</style>
border-color css
<style>
span { border-color: #4632BD; }
span { border-color: rgb(70,50,189); }
td.TdClassName
{
border-color: #4632BD;
}
.TagClassName
{
border-color: #4632BD;
}
</style>