Shades of Purple Heart #4804BD
Tints of Purple Heart #4804BD
RGB
CMYK
RGB Variations
Color information
#4804BD (or 0x4804BD) is known color: Purple Heart. HEX triplet: 48, 04 and BD. RGB value is (72,4,189). Sum of RGB (Red+Green+Blue) = 72+4+189=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #4804BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804BD is #B7FB42. Grayscale: #2C2C2C. Windows color (decimal): -12057411 or 12387400. OLE color: 12387400.
HSL color Cylindrical-coordinate representation of color #4804BD: hue angle of 262.05º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804BD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 4 | 189 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.26 |
| HSL | 262.05º | 0.96% | 0.38% | - |
| HSV(B) | 262.05º | 0.98% | 0.74% | - |
| XYZ | 11.9 | 5.14 | 48.51 | - |
| YUV | 45.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 189 | 0.62 | 0.98 | 0 | 0.26 | 262.05 | 0.96 | 0.38 |
| Hex | 48 | 4 | BD | 3E | 62 | 0 | 1A | 106 | 60 | 26 |
| Octal | 110 | 4 | 275 | 76 | 142 | 0 | 32 | 406 | 140 | 46 |
| Binary | 1001000 | 100 | 10111101 | 111110 | 1100010 | 0 | 11010 | 100000110 | 1100000 | 100110 |
Color Harmonies of #4804BD
Complementary color
Monochromatic Colors of #4804BD
Black with #4804BD
Text Example
Text Example
White with #4804BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804BD; }
p { color: rgb(72,4,189); }
H1.HeaderClassName
{
color: #4804BD;
}
.AnyTagClassName
{
color: #4804BD;
}
</style>
background-color css
<style>
a { background-color: #4804BD; }
a { background-color: rgb(72,4,189); }
div.DivClassName
{
background-color: #4804BD;
}
.BgClassName
{
background-color: #4804BD;
}
</style>
border-color css
<style>
span { border-color: #4804BD; }
span { border-color: rgb(72,4,189); }
td.TdClassName
{
border-color: #4804BD;
}
.TagClassName
{
border-color: #4804BD;
}
</style>