Shades of Purple Heart #4B22BE
Tints of Purple Heart #4B22BE
RGB
CMYK
RGB Variations
Color information
#4B22BE (or 0x4B22BE) is known color: Purple Heart. HEX triplet: 4B, 22 and BE. RGB value is (75,34,190). Sum of RGB (Red+Green+Blue) = 75+34+190=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B22BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B22BE is #B4DD41. Grayscale: #3F3F3F. Windows color (decimal): -11853122 or 12460619. OLE color: 12460619.
HSL color Cylindrical-coordinate representation of color #4B22BE: hue angle of 255.77º 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 #4B22BE is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 34 | 190 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.25 |
| HSL | 255.77º | 0.7% | 0.44% | - |
| HSV(B) | 255.77º | 0.82% | 0.75% | - |
| XYZ | 12.77 | 6.36 | 49.27 | - |
| YUV | 64.04 | 199.08 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 190 | 0.61 | 0.82 | 0 | 0.25 | 255.77 | 0.7 | 0.44 |
| Hex | 4B | 22 | BE | 3D | 52 | 0 | 19 | 100 | 46 | 2C |
| Octal | 113 | 42 | 276 | 75 | 122 | 0 | 31 | 400 | 106 | 54 |
| Binary | 1001011 | 100010 | 10111110 | 111101 | 1010010 | 0 | 11001 | 100000000 | 1000110 | 101100 |
Color Harmonies of #4B22BE
Complementary color
Monochromatic Colors of #4B22BE
Black with #4B22BE
Text Example
Text Example
White with #4B22BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B22BE; }
p { color: rgb(75,34,190); }
H1.HeaderClassName
{
color: #4B22BE;
}
.AnyTagClassName
{
color: #4B22BE;
}
</style>
background-color css
<style>
a { background-color: #4B22BE; }
a { background-color: rgb(75,34,190); }
div.DivClassName
{
background-color: #4B22BE;
}
.BgClassName
{
background-color: #4B22BE;
}
</style>
border-color css
<style>
span { border-color: #4B22BE; }
span { border-color: rgb(75,34,190); }
td.TdClassName
{
border-color: #4B22BE;
}
.TagClassName
{
border-color: #4B22BE;
}
</style>