Shades of Purple Heart #4804BC
Tints of Purple Heart #4804BC
RGB
CMYK
RGB Variations
Color information
#4804BC (or 0x4804BC) is known color: Purple Heart. HEX triplet: 48, 04 and BC. RGB value is (72,4,188). Sum of RGB (Red+Green+Blue) = 72+4+188=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #4804BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804BC is #B7FB43. Grayscale: #2C2C2C. Windows color (decimal): -12057412 or 12321864. OLE color: 12321864.
HSL color Cylindrical-coordinate representation of color #4804BC: hue angle of 262.17º 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 #4804BC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 4 | 188 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.26 |
| HSL | 262.17º | 0.96% | 0.38% | - |
| HSV(B) | 262.17º | 0.98% | 0.74% | - |
| XYZ | 11.79 | 5.1 | 47.94 | - |
| YUV | 45.31 | 208.53 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 188 | 0.62 | 0.98 | 0 | 0.26 | 262.17 | 0.96 | 0.38 |
| Hex | 48 | 4 | BC | 3E | 62 | 0 | 1A | 106 | 60 | 26 |
| Octal | 110 | 4 | 274 | 76 | 142 | 0 | 32 | 406 | 140 | 46 |
| Binary | 1001000 | 100 | 10111100 | 111110 | 1100010 | 0 | 11010 | 100000110 | 1100000 | 100110 |
Color Harmonies of #4804BC
Complementary color
Monochromatic Colors of #4804BC
Black with #4804BC
Text Example
Text Example
White with #4804BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804BC; }
p { color: rgb(72,4,188); }
H1.HeaderClassName
{
color: #4804BC;
}
.AnyTagClassName
{
color: #4804BC;
}
</style>
background-color css
<style>
a { background-color: #4804BC; }
a { background-color: rgb(72,4,188); }
div.DivClassName
{
background-color: #4804BC;
}
.BgClassName
{
background-color: #4804BC;
}
</style>
border-color css
<style>
span { border-color: #4804BC; }
span { border-color: rgb(72,4,188); }
td.TdClassName
{
border-color: #4804BC;
}
.TagClassName
{
border-color: #4804BC;
}
</style>