Shades of Purple Heart #4800BC
Tints of Purple Heart #4800BC
RGB
CMYK
RGB Variations
Color information
#4800BC (or 0x4800BC) is known color: Purple Heart. HEX triplet: 48, 00 and BC. RGB value is (72,0,188). Sum of RGB (Red+Green+Blue) = 72+0+188=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #4800BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800BC is #B7FF43. Grayscale: #2A2A2A. Windows color (decimal): -12058436 or 12320840. OLE color: 12320840.
HSL color Cylindrical-coordinate representation of color #4800BC: hue angle of 262.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800BC is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 0 | 188 | - |
| CMYK | 0.62 | 1 | 0 | 0.26 |
| HSL | 262.98º | 1% | 0.37% | - |
| HSV(B) | 262.98º | 1% | 0.74% | - |
| XYZ | 11.75 | 5.01 | 47.92 | - |
| YUV | 42.96 | 209.85 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 188 | 0.62 | 1 | 0 | 0.26 | 262.98 | 1 | 0.37 |
| Hex | 48 | 0 | BC | 3E | 64 | 0 | 1A | 107 | 64 | 25 |
| Octal | 110 | 0 | 274 | 76 | 144 | 0 | 32 | 407 | 144 | 45 |
| Binary | 1001000 | 0 | 10111100 | 111110 | 1100100 | 0 | 11010 | 100000111 | 1100100 | 100101 |
Color Harmonies of #4800BC
Complementary color
Monochromatic Colors of #4800BC
Black with #4800BC
Text Example
Text Example
White with #4800BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4800BC; }
p { color: rgb(72,0,188); }
H1.HeaderClassName
{
color: #4800BC;
}
.AnyTagClassName
{
color: #4800BC;
}
</style>
background-color css
<style>
a { background-color: #4800BC; }
a { background-color: rgb(72,0,188); }
div.DivClassName
{
background-color: #4800BC;
}
.BgClassName
{
background-color: #4800BC;
}
</style>
border-color css
<style>
span { border-color: #4800BC; }
span { border-color: rgb(72,0,188); }
td.TdClassName
{
border-color: #4800BC;
}
.TagClassName
{
border-color: #4800BC;
}
</style>