Shades of Purple Heart #4822BE
Tints of Purple Heart #4822BE
RGB
CMYK
RGB Variations
Color information
#4822BE (or 0x4822BE) is known color: Purple Heart. HEX triplet: 48, 22 and BE. RGB value is (72,34,190). Sum of RGB (Red+Green+Blue) = 72+34+190=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #4822BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4822BE is #B7DD41. Grayscale: #3E3E3E. Windows color (decimal): -12049730 or 12460616. OLE color: 12460616.
HSL color Cylindrical-coordinate representation of color #4822BE: hue angle of 254.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4822BE is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 34 | 190 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.25 |
| HSL | 254.62º | 0.7% | 0.44% | - |
| HSV(B) | 254.62º | 0.82% | 0.75% | - |
| XYZ | 12.54 | 6.24 | 49.26 | - |
| YUV | 63.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 190 | 0.62 | 0.82 | 0 | 0.25 | 254.62 | 0.7 | 0.44 |
| Hex | 48 | 22 | BE | 3E | 52 | 0 | 19 | FF | 46 | 2C |
| Octal | 110 | 42 | 276 | 76 | 122 | 0 | 31 | 377 | 106 | 54 |
| Binary | 1001000 | 100010 | 10111110 | 111110 | 1010010 | 0 | 11001 | 11111111 | 1000110 | 101100 |
Color Harmonies of #4822BE
Complementary color
Monochromatic Colors of #4822BE
Black with #4822BE
Text Example
Text Example
White with #4822BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4822BE; }
p { color: rgb(72,34,190); }
H1.HeaderClassName
{
color: #4822BE;
}
.AnyTagClassName
{
color: #4822BE;
}
</style>
background-color css
<style>
a { background-color: #4822BE; }
a { background-color: rgb(72,34,190); }
div.DivClassName
{
background-color: #4822BE;
}
.BgClassName
{
background-color: #4822BE;
}
</style>
border-color css
<style>
span { border-color: #4822BE; }
span { border-color: rgb(72,34,190); }
td.TdClassName
{
border-color: #4822BE;
}
.TagClassName
{
border-color: #4822BE;
}
</style>