Shades of Purple Heart #4730CC
Tints of Purple Heart #4730CC
RGB
CMYK
RGB Variations
Color information
#4730CC (or 0x4730CC) is known color: Purple Heart. HEX triplet: 47, 30 and CC. RGB value is (71,48,204). Sum of RGB (Red+Green+Blue) = 71+48+204=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #4730CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730CC is #B8CF33. Grayscale: #484848. Windows color (decimal): -12111668 or 13381703. OLE color: 13381703.
HSL color Cylindrical-coordinate representation of color #4730CC: hue angle of 248.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4730CC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 48 | 204 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.2 |
| HSL | 248.85º | 0.62% | 0.49% | - |
| HSV(B) | 248.85º | 0.76% | 0.8% | - |
| XYZ | 14.55 | 7.81 | 57.87 | - |
| YUV | 72.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 204 | 0.65 | 0.76 | 0 | 0.2 | 248.85 | 0.62 | 0.49 |
| Hex | 47 | 30 | CC | 41 | 4C | 0 | 14 | F9 | 3E | 31 |
| Octal | 107 | 60 | 314 | 101 | 114 | 0 | 24 | 371 | 76 | 61 |
| Binary | 1000111 | 110000 | 11001100 | 1000001 | 1001100 | 0 | 10100 | 11111001 | 111110 | 110001 |
Color Harmonies of #4730CC
Complementary color
Monochromatic Colors of #4730CC
Black with #4730CC
Text Example
Text Example
White with #4730CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4730CC; }
p { color: rgb(71,48,204); }
H1.HeaderClassName
{
color: #4730CC;
}
.AnyTagClassName
{
color: #4730CC;
}
</style>
background-color css
<style>
a { background-color: #4730CC; }
a { background-color: rgb(71,48,204); }
div.DivClassName
{
background-color: #4730CC;
}
.BgClassName
{
background-color: #4730CC;
}
</style>
border-color css
<style>
span { border-color: #4730CC; }
span { border-color: rgb(71,48,204); }
td.TdClassName
{
border-color: #4730CC;
}
.TagClassName
{
border-color: #4730CC;
}
</style>