Shades of Purple Heart #4022B1
Tints of Purple Heart #4022B1
RGB
CMYK
RGB Variations
Color information
#4022B1 (or 0x4022B1) is known color: Purple Heart. HEX triplet: 40, 22 and B1. RGB value is (64,34,177). Sum of RGB (Red+Green+Blue) = 64+34+177=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 177 (69.53% from 255 or 64.36% from 275); Max value from RGB is 177 - color contains mainly: blue. Hex color #4022B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4022B1 is #BFDD4E. Grayscale: #3A3A3A. Windows color (decimal): -12574031 or 11608640. OLE color: 11608640.
HSL color Cylindrical-coordinate representation of color #4022B1: hue angle of 252.59º 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 #4022B1 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 34 | 177 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.31 |
| HSL | 252.59º | 0.68% | 0.41% | - |
| HSV(B) | 252.59º | 0.81% | 0.69% | - |
| XYZ | 10.62 | 5.41 | 42.08 | - |
| YUV | 59.27 | 194.44 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 177 | 0.64 | 0.81 | 0 | 0.31 | 252.59 | 0.68 | 0.41 |
| Hex | 40 | 22 | B1 | 40 | 51 | 0 | 1F | FD | 44 | 29 |
| Octal | 100 | 42 | 261 | 100 | 121 | 0 | 37 | 375 | 104 | 51 |
| Binary | 1000000 | 100010 | 10110001 | 1000000 | 1010001 | 0 | 11111 | 11111101 | 1000100 | 101001 |
Color Harmonies of #4022B1
Complementary color
Monochromatic Colors of #4022B1
Black with #4022B1
Text Example
Text Example
White with #4022B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4022B1; }
p { color: rgb(64,34,177); }
H1.HeaderClassName
{
color: #4022B1;
}
.AnyTagClassName
{
color: #4022B1;
}
</style>
background-color css
<style>
a { background-color: #4022B1; }
a { background-color: rgb(64,34,177); }
div.DivClassName
{
background-color: #4022B1;
}
.BgClassName
{
background-color: #4022B1;
}
</style>
border-color css
<style>
span { border-color: #4022B1; }
span { border-color: rgb(64,34,177); }
td.TdClassName
{
border-color: #4022B1;
}
.TagClassName
{
border-color: #4022B1;
}
</style>