Shades of Purple Heart #4808BA
Tints of Purple Heart #4808BA
RGB
CMYK
RGB Variations
Color information
#4808BA (or 0x4808BA) is known color: Purple Heart. HEX triplet: 48, 08 and BA. RGB value is (72,8,186). Sum of RGB (Red+Green+Blue) = 72+8+186=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #4808BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808BA is #B7F745. Grayscale: #2E2E2E. Windows color (decimal): -12056390 or 12191816. OLE color: 12191816.
HSL color Cylindrical-coordinate representation of color #4808BA: hue angle of 261.57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4808BA is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 8 | 186 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.27 |
| HSL | 261.57º | 0.92% | 0.38% | - |
| HSV(B) | 261.57º | 0.96% | 0.73% | - |
| XYZ | 11.62 | 5.1 | 46.83 | - |
| YUV | 47.43 | 206.2 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 186 | 0.61 | 0.96 | 0 | 0.27 | 261.57 | 0.92 | 0.38 |
| Hex | 48 | 8 | BA | 3D | 60 | 0 | 1B | 106 | 5C | 26 |
| Octal | 110 | 10 | 272 | 75 | 140 | 0 | 33 | 406 | 134 | 46 |
| Binary | 1001000 | 1000 | 10111010 | 111101 | 1100000 | 0 | 11011 | 100000110 | 1011100 | 100110 |
Color Harmonies of #4808BA
Complementary color
Monochromatic Colors of #4808BA
Black with #4808BA
Text Example
Text Example
White with #4808BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808BA; }
p { color: rgb(72,8,186); }
H1.HeaderClassName
{
color: #4808BA;
}
.AnyTagClassName
{
color: #4808BA;
}
</style>
background-color css
<style>
a { background-color: #4808BA; }
a { background-color: rgb(72,8,186); }
div.DivClassName
{
background-color: #4808BA;
}
.BgClassName
{
background-color: #4808BA;
}
</style>
border-color css
<style>
span { border-color: #4808BA; }
span { border-color: rgb(72,8,186); }
td.TdClassName
{
border-color: #4808BA;
}
.TagClassName
{
border-color: #4808BA;
}
</style>