Shades of Purple Heart #4632CE
Tints of Purple Heart #4632CE
RGB
CMYK
RGB Variations
Color information
#4632CE (or 0x4632CE) is known color: Purple Heart. HEX triplet: 46, 32 and CE. RGB value is (70,50,206). Sum of RGB (Red+Green+Blue) = 70+50+206=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #4632CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632CE is #B9CD31. Grayscale: #494949. Windows color (decimal): -12176690 or 13513286. OLE color: 13513286.
HSL color Cylindrical-coordinate representation of color #4632CE: hue angle of 247.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4632CE is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 50 | 206 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.19 |
| HSL | 247.69º | 0.61% | 0.5% | - |
| HSV(B) | 247.69º | 0.76% | 0.81% | - |
| XYZ | 14.81 | 8.04 | 59.16 | - |
| YUV | 73.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 206 | 0.66 | 0.76 | 0 | 0.19 | 247.69 | 0.61 | 0.5 |
| Hex | 46 | 32 | CE | 42 | 4C | 0 | 13 | F8 | 3D | 32 |
| Octal | 106 | 62 | 316 | 102 | 114 | 0 | 23 | 370 | 75 | 62 |
| Binary | 1000110 | 110010 | 11001110 | 1000010 | 1001100 | 0 | 10011 | 11111000 | 111101 | 110010 |
Color Harmonies of #4632CE
Complementary color
Monochromatic Colors of #4632CE
Black with #4632CE
Text Example
Text Example
White with #4632CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632CE; }
p { color: rgb(70,50,206); }
H1.HeaderClassName
{
color: #4632CE;
}
.AnyTagClassName
{
color: #4632CE;
}
</style>
background-color css
<style>
a { background-color: #4632CE; }
a { background-color: rgb(70,50,206); }
div.DivClassName
{
background-color: #4632CE;
}
.BgClassName
{
background-color: #4632CE;
}
</style>
border-color css
<style>
span { border-color: #4632CE; }
span { border-color: rgb(70,50,206); }
td.TdClassName
{
border-color: #4632CE;
}
.TagClassName
{
border-color: #4632CE;
}
</style>