Shades of Purple Heart #4808C5
Tints of Purple Heart #4808C5
RGB
CMYK
RGB Variations
Color information
#4808C5 (or 0x4808C5) is known color: Purple Heart. HEX triplet: 48, 08 and C5. RGB value is (72,8,197). Sum of RGB (Red+Green+Blue) = 72+8+197=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 197 (77.34% from 255 or 71.12% from 277); Max value from RGB is 197 - color contains mainly: blue. Hex color #4808C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808C5 is #B7F73A. Grayscale: #2F2F2F. Windows color (decimal): -12056379 or 12912712. OLE color: 12912712.
HSL color Cylindrical-coordinate representation of color #4808C5: hue angle of 260.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4808C5 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 8 | 197 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.23 |
| HSL | 260.32º | 0.92% | 0.4% | - |
| HSV(B) | 260.32º | 0.96% | 0.77% | - |
| XYZ | 12.84 | 5.58 | 53.22 | - |
| YUV | 48.68 | 211.7 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 197 | 0.63 | 0.96 | 0 | 0.23 | 260.32 | 0.92 | 0.4 |
| Hex | 48 | 8 | C5 | 3F | 60 | 0 | 17 | 104 | 5C | 28 |
| Octal | 110 | 10 | 305 | 77 | 140 | 0 | 27 | 404 | 134 | 50 |
| Binary | 1001000 | 1000 | 11000101 | 111111 | 1100000 | 0 | 10111 | 100000100 | 1011100 | 101000 |
Color Harmonies of #4808C5
Complementary color
Monochromatic Colors of #4808C5
Black with #4808C5
Text Example
Text Example
White with #4808C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808C5; }
p { color: rgb(72,8,197); }
H1.HeaderClassName
{
color: #4808C5;
}
.AnyTagClassName
{
color: #4808C5;
}
</style>
background-color css
<style>
a { background-color: #4808C5; }
a { background-color: rgb(72,8,197); }
div.DivClassName
{
background-color: #4808C5;
}
.BgClassName
{
background-color: #4808C5;
}
</style>
border-color css
<style>
span { border-color: #4808C5; }
span { border-color: rgb(72,8,197); }
td.TdClassName
{
border-color: #4808C5;
}
.TagClassName
{
border-color: #4808C5;
}
</style>