Shades of Purple Heart #4732CE
Tints of Purple Heart #4732CE
RGB
CMYK
RGB Variations
Color information
#4732CE (or 0x4732CE) is known color: Purple Heart. HEX triplet: 47, 32 and CE. RGB value is (71,50,206). Sum of RGB (Red+Green+Blue) = 71+50+206=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #4732CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732CE is #B8CD31. Grayscale: #494949. Windows color (decimal): -12111154 or 13513287. OLE color: 13513287.
HSL color Cylindrical-coordinate representation of color #4732CE: hue angle of 248.08º 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 #4732CE is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 50 | 206 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.19 |
| HSL | 248.08º | 0.61% | 0.5% | - |
| HSV(B) | 248.08º | 0.76% | 0.81% | - |
| XYZ | 14.88 | 8.08 | 59.17 | - |
| YUV | 74.06 | 202.46 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 206 | 0.66 | 0.76 | 0 | 0.19 | 248.08 | 0.61 | 0.5 |
| Hex | 47 | 32 | CE | 42 | 4C | 0 | 13 | F8 | 3D | 32 |
| Octal | 107 | 62 | 316 | 102 | 114 | 0 | 23 | 370 | 75 | 62 |
| Binary | 1000111 | 110010 | 11001110 | 1000010 | 1001100 | 0 | 10011 | 11111000 | 111101 | 110010 |
Color Harmonies of #4732CE
Complementary color
Monochromatic Colors of #4732CE
Black with #4732CE
Text Example
Text Example
White with #4732CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732CE; }
p { color: rgb(71,50,206); }
H1.HeaderClassName
{
color: #4732CE;
}
.AnyTagClassName
{
color: #4732CE;
}
</style>
background-color css
<style>
a { background-color: #4732CE; }
a { background-color: rgb(71,50,206); }
div.DivClassName
{
background-color: #4732CE;
}
.BgClassName
{
background-color: #4732CE;
}
</style>
border-color css
<style>
span { border-color: #4732CE; }
span { border-color: rgb(71,50,206); }
td.TdClassName
{
border-color: #4732CE;
}
.TagClassName
{
border-color: #4732CE;
}
</style>