Shades of Purple Heart #4022B9
Tints of Purple Heart #4022B9
RGB
CMYK
RGB Variations
Color information
#4022B9 (or 0x4022B9) is known color: Purple Heart. HEX triplet: 40, 22 and B9. RGB value is (64,34,185). Sum of RGB (Red+Green+Blue) = 64+34+185=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #4022B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4022B9 is #BFDD46. Grayscale: #3B3B3B. Windows color (decimal): -12574023 or 12132928. OLE color: 12132928.
HSL color Cylindrical-coordinate representation of color #4022B9: hue angle of 251.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4022B9 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 34 | 185 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.27 |
| HSL | 251.92º | 0.69% | 0.43% | - |
| HSV(B) | 251.92º | 0.82% | 0.73% | - |
| XYZ | 11.44 | 5.74 | 46.4 | - |
| YUV | 60.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 185 | 0.65 | 0.82 | 0 | 0.27 | 251.92 | 0.69 | 0.43 |
| Hex | 40 | 22 | B9 | 41 | 52 | 0 | 1B | FC | 45 | 2B |
| Octal | 100 | 42 | 271 | 101 | 122 | 0 | 33 | 374 | 105 | 53 |
| Binary | 1000000 | 100010 | 10111001 | 1000001 | 1010010 | 0 | 11011 | 11111100 | 1000101 | 101011 |
Color Harmonies of #4022B9
Complementary color
Monochromatic Colors of #4022B9
Black with #4022B9
Text Example
Text Example
White with #4022B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4022B9; }
p { color: rgb(64,34,185); }
H1.HeaderClassName
{
color: #4022B9;
}
.AnyTagClassName
{
color: #4022B9;
}
</style>
background-color css
<style>
a { background-color: #4022B9; }
a { background-color: rgb(64,34,185); }
div.DivClassName
{
background-color: #4022B9;
}
.BgClassName
{
background-color: #4022B9;
}
</style>
border-color css
<style>
span { border-color: #4022B9; }
span { border-color: rgb(64,34,185); }
td.TdClassName
{
border-color: #4022B9;
}
.TagClassName
{
border-color: #4022B9;
}
</style>