Shades of Purple Heart #4728CB
Tints of Purple Heart #4728CB
RGB
CMYK
RGB Variations
Color information
#4728CB (or 0x4728CB) is known color: Purple Heart. HEX triplet: 47, 28 and CB. RGB value is (71,40,203). Sum of RGB (Red+Green+Blue) = 71+40+203=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #4728CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4728CB is #B8D734. Grayscale: #434343. Windows color (decimal): -12113717 or 13314119. OLE color: 13314119.
HSL color Cylindrical-coordinate representation of color #4728CB: hue angle of 251.41º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4728CB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 40 | 203 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.20 |
| HSL | 251.41º | 0.67% | 0.48% | - |
| HSV(B) | 251.41º | 0.8% | 0.8% | - |
| XYZ | 14.14 | 7.17 | 57.14 | - |
| YUV | 67.85 | 204.27 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 203 | 0.65 | 0.80 | 0 | 0.20 | 251.41 | 0.67 | 0.48 |
| Hex | 47 | 28 | CB | 41 | 50 | 0 | 14 | FB | 43 | 30 |
| Octal | 107 | 50 | 313 | 101 | 120 | 0 | 24 | 373 | 103 | 60 |
| Binary | 1000111 | 101000 | 11001011 | 1000001 | 1010000 | 0 | 10100 | 11111011 | 1000011 | 110000 |
Color Harmonies of #4728CB
Complementary color
Monochromatic Colors of #4728CB
Black with #4728CB
Text Example
Text Example
White with #4728CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4728CB; }
p { color: rgb(71,40,203); }
H1.HeaderClassName
{
color: #4728CB;
}
.AnyTagClassName
{
color: #4728CB;
}
</style>
background-color css
<style>
a { background-color: #4728CB; }
a { background-color: rgb(71,40,203); }
div.DivClassName
{
background-color: #4728CB;
}
.BgClassName
{
background-color: #4728CB;
}
</style>
border-color css
<style>
span { border-color: #4728CB; }
span { border-color: rgb(71,40,203); }
td.TdClassName
{
border-color: #4728CB;
}
.TagClassName
{
border-color: #4728CB;
}
</style>