Shades of Purple Heart #4838BB
Tints of Purple Heart #4838BB
RGB
CMYK
RGB Variations
Color information
#4838BB (or 0x4838BB) is known color: Purple Heart. HEX triplet: 48, 38 and BB. RGB value is (72,56,187). Sum of RGB (Red+Green+Blue) = 72+56+187=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #4838BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838BB is #B7C744. Grayscale: #4B4B4B. Windows color (decimal): -12044101 or 12269640. OLE color: 12269640.
HSL color Cylindrical-coordinate representation of color #4838BB: hue angle of 247.33º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4838BB is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 56 | 187 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.27 |
| HSL | 247.33º | 0.54% | 0.48% | - |
| HSV(B) | 247.33º | 0.7% | 0.73% | - |
| XYZ | 13.06 | 7.79 | 47.83 | - |
| YUV | 75.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 187 | 0.61 | 0.70 | 0 | 0.27 | 247.33 | 0.54 | 0.48 |
| Hex | 48 | 38 | BB | 3D | 46 | 0 | 1B | F7 | 36 | 30 |
| Octal | 110 | 70 | 273 | 75 | 106 | 0 | 33 | 367 | 66 | 60 |
| Binary | 1001000 | 111000 | 10111011 | 111101 | 1000110 | 0 | 11011 | 11110111 | 110110 | 110000 |
Color Harmonies of #4838BB
Complementary color
Monochromatic Colors of #4838BB
Black with #4838BB
Text Example
Text Example
White with #4838BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838BB; }
p { color: rgb(72,56,187); }
H1.HeaderClassName
{
color: #4838BB;
}
.AnyTagClassName
{
color: #4838BB;
}
</style>
background-color css
<style>
a { background-color: #4838BB; }
a { background-color: rgb(72,56,187); }
div.DivClassName
{
background-color: #4838BB;
}
.BgClassName
{
background-color: #4838BB;
}
</style>
border-color css
<style>
span { border-color: #4838BB; }
span { border-color: rgb(72,56,187); }
td.TdClassName
{
border-color: #4838BB;
}
.TagClassName
{
border-color: #4838BB;
}
</style>