Shades of Purple Heart #4822B1
Tints of Purple Heart #4822B1
RGB
CMYK
RGB Variations
Color information
#4822B1 (or 0x4822B1) is known color: Purple Heart. HEX triplet: 48, 22 and B1. RGB value is (72,34,177). Sum of RGB (Red+Green+Blue) = 72+34+177=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #4822B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4822B1 is #B7DD4E. Grayscale: #3D3D3D. Windows color (decimal): -12049743 or 11608648. OLE color: 11608648.
HSL color Cylindrical-coordinate representation of color #4822B1: hue angle of 255.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4822B1 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 34 | 177 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.31 |
| HSL | 255.94º | 0.68% | 0.41% | - |
| HSV(B) | 255.94º | 0.81% | 0.69% | - |
| XYZ | 11.18 | 5.7 | 42.11 | - |
| YUV | 61.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 177 | 0.59 | 0.81 | 0 | 0.31 | 255.94 | 0.68 | 0.41 |
| Hex | 48 | 22 | B1 | 3B | 51 | 0 | 1F | 100 | 44 | 29 |
| Octal | 110 | 42 | 261 | 73 | 121 | 0 | 37 | 400 | 104 | 51 |
| Binary | 1001000 | 100010 | 10110001 | 111011 | 1010001 | 0 | 11111 | 100000000 | 1000100 | 101001 |
Color Harmonies of #4822B1
Complementary color
Monochromatic Colors of #4822B1
Black with #4822B1
Text Example
Text Example
White with #4822B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4822B1; }
p { color: rgb(72,34,177); }
H1.HeaderClassName
{
color: #4822B1;
}
.AnyTagClassName
{
color: #4822B1;
}
</style>
background-color css
<style>
a { background-color: #4822B1; }
a { background-color: rgb(72,34,177); }
div.DivClassName
{
background-color: #4822B1;
}
.BgClassName
{
background-color: #4822B1;
}
</style>
border-color css
<style>
span { border-color: #4822B1; }
span { border-color: rgb(72,34,177); }
td.TdClassName
{
border-color: #4822B1;
}
.TagClassName
{
border-color: #4822B1;
}
</style>