Shades of Purple Heart #4838BC
Tints of Purple Heart #4838BC
RGB
CMYK
RGB Variations
Color information
#4838BC (or 0x4838BC) is known color: Purple Heart. HEX triplet: 48, 38 and BC. RGB value is (72,56,188). Sum of RGB (Red+Green+Blue) = 72+56+188=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #4838BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838BC is #B7C743. Grayscale: #4B4B4B. Windows color (decimal): -12044100 or 12335176. OLE color: 12335176.
HSL color Cylindrical-coordinate representation of color #4838BC: hue angle of 247.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4838BC is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 56 | 188 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.26 |
| HSL | 247.27º | 0.54% | 0.48% | - |
| HSV(B) | 247.27º | 0.7% | 0.74% | - |
| XYZ | 13.16 | 7.84 | 48.4 | - |
| YUV | 75.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 188 | 0.62 | 0.70 | 0 | 0.26 | 247.27 | 0.54 | 0.48 |
| Hex | 48 | 38 | BC | 3E | 46 | 0 | 1A | F7 | 36 | 30 |
| Octal | 110 | 70 | 274 | 76 | 106 | 0 | 32 | 367 | 66 | 60 |
| Binary | 1001000 | 111000 | 10111100 | 111110 | 1000110 | 0 | 11010 | 11110111 | 110110 | 110000 |
Color Harmonies of #4838BC
Complementary color
Monochromatic Colors of #4838BC
Black with #4838BC
Text Example
Text Example
White with #4838BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838BC; }
p { color: rgb(72,56,188); }
H1.HeaderClassName
{
color: #4838BC;
}
.AnyTagClassName
{
color: #4838BC;
}
</style>
background-color css
<style>
a { background-color: #4838BC; }
a { background-color: rgb(72,56,188); }
div.DivClassName
{
background-color: #4838BC;
}
.BgClassName
{
background-color: #4838BC;
}
</style>
border-color css
<style>
span { border-color: #4838BC; }
span { border-color: rgb(72,56,188); }
td.TdClassName
{
border-color: #4838BC;
}
.TagClassName
{
border-color: #4838BC;
}
</style>