Shades of Purple Heart #4735C0
Tints of Purple Heart #4735C0
RGB
CMYK
RGB Variations
Color information
#4735C0 (or 0x4735C0) is known color: Purple Heart. HEX triplet: 47, 35 and C0. RGB value is (71,53,192). Sum of RGB (Red+Green+Blue) = 71+53+192=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #4735C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4735C0 is #B8CA3F. Grayscale: #494949. Windows color (decimal): -12110400 or 12596551. OLE color: 12596551.
HSL color Cylindrical-coordinate representation of color #4735C0: hue angle of 247.77º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4735C0 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 53 | 192 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.25 |
| HSL | 247.77º | 0.57% | 0.48% | - |
| HSV(B) | 247.77º | 0.72% | 0.75% | - |
| XYZ | 13.39 | 7.69 | 50.65 | - |
| YUV | 74.23 | 194.46 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 192 | 0.63 | 0.72 | 0 | 0.25 | 247.77 | 0.57 | 0.48 |
| Hex | 47 | 35 | C0 | 3F | 48 | 0 | 19 | F8 | 39 | 30 |
| Octal | 107 | 65 | 300 | 77 | 110 | 0 | 31 | 370 | 71 | 60 |
| Binary | 1000111 | 110101 | 11000000 | 111111 | 1001000 | 0 | 11001 | 11111000 | 111001 | 110000 |
Color Harmonies of #4735C0
Complementary color
Monochromatic Colors of #4735C0
Black with #4735C0
Text Example
Text Example
White with #4735C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4735C0; }
p { color: rgb(71,53,192); }
H1.HeaderClassName
{
color: #4735C0;
}
.AnyTagClassName
{
color: #4735C0;
}
</style>
background-color css
<style>
a { background-color: #4735C0; }
a { background-color: rgb(71,53,192); }
div.DivClassName
{
background-color: #4735C0;
}
.BgClassName
{
background-color: #4735C0;
}
</style>
border-color css
<style>
span { border-color: #4735C0; }
span { border-color: rgb(71,53,192); }
td.TdClassName
{
border-color: #4735C0;
}
.TagClassName
{
border-color: #4735C0;
}
</style>