Shades of Purple Heart #4834B8
Tints of Purple Heart #4834B8
RGB
CMYK
RGB Variations
Color information
#4834B8 (or 0x4834B8) is known color: Purple Heart. HEX triplet: 48, 34 and B8. RGB value is (72,52,184). Sum of RGB (Red+Green+Blue) = 72+52+184=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #4834B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834B8 is #B7CB47. Grayscale: #484848. Windows color (decimal): -12045128 or 12072008. OLE color: 12072008.
HSL color Cylindrical-coordinate representation of color #4834B8: hue angle of 249.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4834B8 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 52 | 184 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.28 |
| HSL | 249.09º | 0.56% | 0.46% | - |
| HSV(B) | 249.09º | 0.72% | 0.72% | - |
| XYZ | 12.55 | 7.29 | 46.09 | - |
| YUV | 73.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 184 | 0.61 | 0.72 | 0 | 0.28 | 249.09 | 0.56 | 0.46 |
| Hex | 48 | 34 | B8 | 3D | 48 | 0 | 1C | F9 | 38 | 2E |
| Octal | 110 | 64 | 270 | 75 | 110 | 0 | 34 | 371 | 70 | 56 |
| Binary | 1001000 | 110100 | 10111000 | 111101 | 1001000 | 0 | 11100 | 11111001 | 111000 | 101110 |
Color Harmonies of #4834B8
Complementary color
Monochromatic Colors of #4834B8
Black with #4834B8
Text Example
Text Example
White with #4834B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4834B8; }
p { color: rgb(72,52,184); }
H1.HeaderClassName
{
color: #4834B8;
}
.AnyTagClassName
{
color: #4834B8;
}
</style>
background-color css
<style>
a { background-color: #4834B8; }
a { background-color: rgb(72,52,184); }
div.DivClassName
{
background-color: #4834B8;
}
.BgClassName
{
background-color: #4834B8;
}
</style>
border-color css
<style>
span { border-color: #4834B8; }
span { border-color: rgb(72,52,184); }
td.TdClassName
{
border-color: #4834B8;
}
.TagClassName
{
border-color: #4834B8;
}
</style>