Shades of Purple Heart #4828D2
Tints of Purple Heart #4828D2
RGB
CMYK
RGB Variations
Color information
#4828D2 (or 0x4828D2) is known color: Purple Heart. HEX triplet: 48, 28 and D2. RGB value is (72,40,210). Sum of RGB (Red+Green+Blue) = 72+40+210=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #4828D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4828D2 is #B7D72D. Grayscale: #444444. Windows color (decimal): -12048174 or 13772872. OLE color: 13772872.
HSL color Cylindrical-coordinate representation of color #4828D2: hue angle of 251.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4828D2 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 40 | 210 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.18 |
| HSL | 251.29º | 0.68% | 0.49% | - |
| HSV(B) | 251.29º | 0.81% | 0.82% | - |
| XYZ | 15.06 | 7.55 | 61.64 | - |
| YUV | 68.95 | 207.6 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 210 | 0.66 | 0.81 | 0 | 0.18 | 251.29 | 0.68 | 0.49 |
| Hex | 48 | 28 | D2 | 42 | 51 | 0 | 12 | FB | 44 | 31 |
| Octal | 110 | 50 | 322 | 102 | 121 | 0 | 22 | 373 | 104 | 61 |
| Binary | 1001000 | 101000 | 11010010 | 1000010 | 1010001 | 0 | 10010 | 11111011 | 1000100 | 110001 |
Color Harmonies of #4828D2
Complementary color
Monochromatic Colors of #4828D2
Black with #4828D2
Text Example
Text Example
White with #4828D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4828D2; }
p { color: rgb(72,40,210); }
H1.HeaderClassName
{
color: #4828D2;
}
.AnyTagClassName
{
color: #4828D2;
}
</style>
background-color css
<style>
a { background-color: #4828D2; }
a { background-color: rgb(72,40,210); }
div.DivClassName
{
background-color: #4828D2;
}
.BgClassName
{
background-color: #4828D2;
}
</style>
border-color css
<style>
span { border-color: #4828D2; }
span { border-color: rgb(72,40,210); }
td.TdClassName
{
border-color: #4828D2;
}
.TagClassName
{
border-color: #4828D2;
}
</style>