Shades of Purple Heart #4808B5
Tints of Purple Heart #4808B5
RGB
CMYK
RGB Variations
Color information
#4808B5 (or 0x4808B5) is known color: Purple Heart. HEX triplet: 48, 08 and B5. RGB value is (72,8,181). Sum of RGB (Red+Green+Blue) = 72+8+181=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #4808B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808B5 is #B7F74A. Grayscale: #2E2E2E. Windows color (decimal): -12056395 or 11864136. OLE color: 11864136.
HSL color Cylindrical-coordinate representation of color #4808B5: hue angle of 262.2º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4808B5 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 8 | 181 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.29 |
| HSL | 262.2º | 0.92% | 0.37% | - |
| HSV(B) | 262.2º | 0.96% | 0.71% | - |
| XYZ | 11.1 | 4.89 | 44.07 | - |
| YUV | 46.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 181 | 0.60 | 0.96 | 0 | 0.29 | 262.2 | 0.92 | 0.37 |
| Hex | 48 | 8 | B5 | 3C | 60 | 0 | 1D | 106 | 5C | 25 |
| Octal | 110 | 10 | 265 | 74 | 140 | 0 | 35 | 406 | 134 | 45 |
| Binary | 1001000 | 1000 | 10110101 | 111100 | 1100000 | 0 | 11101 | 100000110 | 1011100 | 100101 |
Color Harmonies of #4808B5
Complementary color
Monochromatic Colors of #4808B5
Black with #4808B5
Text Example
Text Example
White with #4808B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808B5; }
p { color: rgb(72,8,181); }
H1.HeaderClassName
{
color: #4808B5;
}
.AnyTagClassName
{
color: #4808B5;
}
</style>
background-color css
<style>
a { background-color: #4808B5; }
a { background-color: rgb(72,8,181); }
div.DivClassName
{
background-color: #4808B5;
}
.BgClassName
{
background-color: #4808B5;
}
</style>
border-color css
<style>
span { border-color: #4808B5; }
span { border-color: rgb(72,8,181); }
td.TdClassName
{
border-color: #4808B5;
}
.TagClassName
{
border-color: #4808B5;
}
</style>