Shades of Purple Heart #4834BB
Tints of Purple Heart #4834BB
RGB
CMYK
RGB Variations
Color information
#4834BB (or 0x4834BB) is known color: Purple Heart. HEX triplet: 48, 34 and BB. RGB value is (72,52,187). Sum of RGB (Red+Green+Blue) = 72+52+187=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #4834BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834BB is #B7CB44. Grayscale: #484848. Windows color (decimal): -12045125 or 12268616. OLE color: 12268616.
HSL color Cylindrical-coordinate representation of color #4834BB: hue angle of 248.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4834BB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 52 | 187 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.27 |
| HSL | 248.89º | 0.56% | 0.47% | - |
| HSV(B) | 248.89º | 0.72% | 0.73% | - |
| XYZ | 12.87 | 7.42 | 47.77 | - |
| YUV | 73.37 | 192.13 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 187 | 0.61 | 0.72 | 0 | 0.27 | 248.89 | 0.56 | 0.47 |
| Hex | 48 | 34 | BB | 3D | 48 | 0 | 1B | F9 | 38 | 2F |
| Octal | 110 | 64 | 273 | 75 | 110 | 0 | 33 | 371 | 70 | 57 |
| Binary | 1001000 | 110100 | 10111011 | 111101 | 1001000 | 0 | 11011 | 11111001 | 111000 | 101111 |
Color Harmonies of #4834BB
Complementary color
Monochromatic Colors of #4834BB
Black with #4834BB
Text Example
Text Example
White with #4834BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4834BB; }
p { color: rgb(72,52,187); }
H1.HeaderClassName
{
color: #4834BB;
}
.AnyTagClassName
{
color: #4834BB;
}
</style>
background-color css
<style>
a { background-color: #4834BB; }
a { background-color: rgb(72,52,187); }
div.DivClassName
{
background-color: #4834BB;
}
.BgClassName
{
background-color: #4834BB;
}
</style>
border-color css
<style>
span { border-color: #4834BB; }
span { border-color: rgb(72,52,187); }
td.TdClassName
{
border-color: #4834BB;
}
.TagClassName
{
border-color: #4834BB;
}
</style>