Shades of Purple Heart #4822B3
Tints of Purple Heart #4822B3
RGB
CMYK
RGB Variations
Color information
#4822B3 (or 0x4822B3) is known color: Purple Heart. HEX triplet: 48, 22 and B3. RGB value is (72,34,179). Sum of RGB (Red+Green+Blue) = 72+34+179=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 179 (70.31% from 255 or 62.81% from 285); Max value from RGB is 179 - color contains mainly: blue. Hex color #4822B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4822B3 is #B7DD4C. Grayscale: #3D3D3D. Windows color (decimal): -12049741 or 11739720. OLE color: 11739720.
HSL color Cylindrical-coordinate representation of color #4822B3: hue angle of 255.72º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4822B3 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 34 | 179 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.30 |
| HSL | 255.72º | 0.68% | 0.42% | - |
| HSV(B) | 255.72º | 0.81% | 0.7% | - |
| XYZ | 11.38 | 5.78 | 43.16 | - |
| YUV | 61.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 179 | 0.60 | 0.81 | 0 | 0.30 | 255.72 | 0.68 | 0.42 |
| Hex | 48 | 22 | B3 | 3C | 51 | 0 | 1E | 100 | 44 | 2A |
| Octal | 110 | 42 | 263 | 74 | 121 | 0 | 36 | 400 | 104 | 52 |
| Binary | 1001000 | 100010 | 10110011 | 111100 | 1010001 | 0 | 11110 | 100000000 | 1000100 | 101010 |
Color Harmonies of #4822B3
Complementary color
Monochromatic Colors of #4822B3
Black with #4822B3
Text Example
Text Example
White with #4822B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4822B3; }
p { color: rgb(72,34,179); }
H1.HeaderClassName
{
color: #4822B3;
}
.AnyTagClassName
{
color: #4822B3;
}
</style>
background-color css
<style>
a { background-color: #4822B3; }
a { background-color: rgb(72,34,179); }
div.DivClassName
{
background-color: #4822B3;
}
.BgClassName
{
background-color: #4822B3;
}
</style>
border-color css
<style>
span { border-color: #4822B3; }
span { border-color: rgb(72,34,179); }
td.TdClassName
{
border-color: #4822B3;
}
.TagClassName
{
border-color: #4822B3;
}
</style>