Shades of Purple Heart #4728B7
Tints of Purple Heart #4728B7
RGB
CMYK
RGB Variations
Color information
#4728B7 (or 0x4728B7) is known color: Purple Heart. HEX triplet: 47, 28 and B7. RGB value is (71,40,183). Sum of RGB (Red+Green+Blue) = 71+40+183=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #4728B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4728B7 is #B8D748. Grayscale: #414141. Windows color (decimal): -12113737 or 12003399. OLE color: 12003399.
HSL color Cylindrical-coordinate representation of color #4728B7: hue angle of 253.01º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4728B7 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 40 | 183 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.28 |
| HSL | 253.01º | 0.64% | 0.44% | - |
| HSV(B) | 253.01º | 0.78% | 0.72% | - |
| XYZ | 11.9 | 6.28 | 45.38 | - |
| YUV | 65.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 183 | 0.61 | 0.78 | 0 | 0.28 | 253.01 | 0.64 | 0.44 |
| Hex | 47 | 28 | B7 | 3D | 4E | 0 | 1C | FD | 40 | 2C |
| Octal | 107 | 50 | 267 | 75 | 116 | 0 | 34 | 375 | 100 | 54 |
| Binary | 1000111 | 101000 | 10110111 | 111101 | 1001110 | 0 | 11100 | 11111101 | 1000000 | 101100 |
Color Harmonies of #4728B7
Complementary color
Monochromatic Colors of #4728B7
Black with #4728B7
Text Example
Text Example
White with #4728B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4728B7; }
p { color: rgb(71,40,183); }
H1.HeaderClassName
{
color: #4728B7;
}
.AnyTagClassName
{
color: #4728B7;
}
</style>
background-color css
<style>
a { background-color: #4728B7; }
a { background-color: rgb(71,40,183); }
div.DivClassName
{
background-color: #4728B7;
}
.BgClassName
{
background-color: #4728B7;
}
</style>
border-color css
<style>
span { border-color: #4728B7; }
span { border-color: rgb(71,40,183); }
td.TdClassName
{
border-color: #4728B7;
}
.TagClassName
{
border-color: #4728B7;
}
</style>