Shades of Purple Heart #4813BC
Tints of Purple Heart #4813BC
RGB
CMYK
RGB Variations
Color information
#4813BC (or 0x4813BC) is known color: Purple Heart. HEX triplet: 48, 13 and BC. RGB value is (72,19,188). Sum of RGB (Red+Green+Blue) = 72+19+188=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #4813BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813BC is #B7EC43. Grayscale: #353535. Windows color (decimal): -12053572 or 12325704. OLE color: 12325704.
HSL color Cylindrical-coordinate representation of color #4813BC: hue angle of 258.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4813BC is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 19 | 188 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.26 |
| HSL | 258.82º | 0.82% | 0.41% | - |
| HSV(B) | 258.82º | 0.9% | 0.74% | - |
| XYZ | 11.98 | 5.47 | 48 | - |
| YUV | 54.11 | 203.56 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 188 | 0.62 | 0.90 | 0 | 0.26 | 258.82 | 0.82 | 0.41 |
| Hex | 48 | 13 | BC | 3E | 5A | 0 | 1A | 103 | 52 | 29 |
| Octal | 110 | 23 | 274 | 76 | 132 | 0 | 32 | 403 | 122 | 51 |
| Binary | 1001000 | 10011 | 10111100 | 111110 | 1011010 | 0 | 11010 | 100000011 | 1010010 | 101001 |
Color Harmonies of #4813BC
Complementary color
Monochromatic Colors of #4813BC
Black with #4813BC
Text Example
Text Example
White with #4813BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4813BC; }
p { color: rgb(72,19,188); }
H1.HeaderClassName
{
color: #4813BC;
}
.AnyTagClassName
{
color: #4813BC;
}
</style>
background-color css
<style>
a { background-color: #4813BC; }
a { background-color: rgb(72,19,188); }
div.DivClassName
{
background-color: #4813BC;
}
.BgClassName
{
background-color: #4813BC;
}
</style>
border-color css
<style>
span { border-color: #4813BC; }
span { border-color: rgb(72,19,188); }
td.TdClassName
{
border-color: #4813BC;
}
.TagClassName
{
border-color: #4813BC;
}
</style>