Shades of Purple Heart #4730CE
Tints of Purple Heart #4730CE
RGB
CMYK
RGB Variations
Color information
#4730CE (or 0x4730CE) is known color: Purple Heart. HEX triplet: 47, 30 and CE. RGB value is (71,48,206). Sum of RGB (Red+Green+Blue) = 71+48+206=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #4730CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730CE is #B8CF31. Grayscale: #484848. Windows color (decimal): -12111666 or 13512775. OLE color: 13512775.
HSL color Cylindrical-coordinate representation of color #4730CE: hue angle of 248.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4730CE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 48 | 206 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.19 |
| HSL | 248.73º | 0.62% | 0.5% | - |
| HSV(B) | 248.73º | 0.77% | 0.81% | - |
| XYZ | 14.8 | 7.91 | 59.14 | - |
| YUV | 72.89 | 203.12 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 206 | 0.66 | 0.77 | 0 | 0.19 | 248.73 | 0.62 | 0.5 |
| Hex | 47 | 30 | CE | 42 | 4D | 0 | 13 | F9 | 3E | 32 |
| Octal | 107 | 60 | 316 | 102 | 115 | 0 | 23 | 371 | 76 | 62 |
| Binary | 1000111 | 110000 | 11001110 | 1000010 | 1001101 | 0 | 10011 | 11111001 | 111110 | 110010 |
Color Harmonies of #4730CE
Complementary color
Monochromatic Colors of #4730CE
Black with #4730CE
Text Example
Text Example
White with #4730CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4730CE; }
p { color: rgb(71,48,206); }
H1.HeaderClassName
{
color: #4730CE;
}
.AnyTagClassName
{
color: #4730CE;
}
</style>
background-color css
<style>
a { background-color: #4730CE; }
a { background-color: rgb(71,48,206); }
div.DivClassName
{
background-color: #4730CE;
}
.BgClassName
{
background-color: #4730CE;
}
</style>
border-color css
<style>
span { border-color: #4730CE; }
span { border-color: rgb(71,48,206); }
td.TdClassName
{
border-color: #4730CE;
}
.TagClassName
{
border-color: #4730CE;
}
</style>