Shades of Purple Heart #4834DA
Tints of Purple Heart #4834DA
RGB
CMYK
RGB Variations
Color information
#4834DA (or 0x4834DA) is known color: Purple Heart. HEX triplet: 48, 34 and DA. RGB value is (72,52,218). Sum of RGB (Red+Green+Blue) = 72+52+218=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #4834DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834DA is #B7CB25. Grayscale: #4C4C4C. Windows color (decimal): -12045094 or 14300232. OLE color: 14300232.
HSL color Cylindrical-coordinate representation of color #4834DA: hue angle of 247.23º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4834DA is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 52 | 218 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.15 |
| HSL | 247.23º | 0.69% | 0.53% | - |
| HSV(B) | 247.23º | 0.76% | 0.85% | - |
| XYZ | 16.56 | 8.9 | 67.17 | - |
| YUV | 76.9 | 207.63 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 218 | 0.67 | 0.76 | 0 | 0.15 | 247.23 | 0.69 | 0.53 |
| Hex | 48 | 34 | DA | 43 | 4C | 0 | F | F7 | 45 | 35 |
| Octal | 110 | 64 | 332 | 103 | 114 | 0 | 17 | 367 | 105 | 65 |
| Binary | 1001000 | 110100 | 11011010 | 1000011 | 1001100 | 0 | 1111 | 11110111 | 1000101 | 110101 |
Color Harmonies of #4834DA
Complementary color
Monochromatic Colors of #4834DA
Black with #4834DA
Text Example
Text Example
White with #4834DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4834DA; }
p { color: rgb(72,52,218); }
H1.HeaderClassName
{
color: #4834DA;
}
.AnyTagClassName
{
color: #4834DA;
}
</style>
background-color css
<style>
a { background-color: #4834DA; }
a { background-color: rgb(72,52,218); }
div.DivClassName
{
background-color: #4834DA;
}
.BgClassName
{
background-color: #4834DA;
}
</style>
border-color css
<style>
span { border-color: #4834DA; }
span { border-color: rgb(72,52,218); }
td.TdClassName
{
border-color: #4834DA;
}
.TagClassName
{
border-color: #4834DA;
}
</style>