Shades of Purple Heart #4622BB
Tints of Purple Heart #4622BB
RGB
CMYK
RGB Variations
Color information
#4622BB (or 0x4622BB) is known color: Purple Heart. HEX triplet: 46, 22 and BB. RGB value is (70,34,187). Sum of RGB (Red+Green+Blue) = 70+34+187=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #4622BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4622BB is #B9DD44. Grayscale: #3D3D3D. Windows color (decimal): -12180805 or 12264006. OLE color: 12264006.
HSL color Cylindrical-coordinate representation of color #4622BB: hue angle of 254.12º 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 #4622BB is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 34 | 187 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.27 |
| HSL | 254.12º | 0.69% | 0.43% | - |
| HSV(B) | 254.12º | 0.82% | 0.73% | - |
| XYZ | 12.07 | 6.03 | 47.54 | - |
| YUV | 62.21 | 198.43 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 187 | 0.63 | 0.82 | 0 | 0.27 | 254.12 | 0.69 | 0.43 |
| Hex | 46 | 22 | BB | 3F | 52 | 0 | 1B | FE | 45 | 2B |
| Octal | 106 | 42 | 273 | 77 | 122 | 0 | 33 | 376 | 105 | 53 |
| Binary | 1000110 | 100010 | 10111011 | 111111 | 1010010 | 0 | 11011 | 11111110 | 1000101 | 101011 |
Color Harmonies of #4622BB
Complementary color
Monochromatic Colors of #4622BB
Black with #4622BB
Text Example
Text Example
White with #4622BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622BB; }
p { color: rgb(70,34,187); }
H1.HeaderClassName
{
color: #4622BB;
}
.AnyTagClassName
{
color: #4622BB;
}
</style>
background-color css
<style>
a { background-color: #4622BB; }
a { background-color: rgb(70,34,187); }
div.DivClassName
{
background-color: #4622BB;
}
.BgClassName
{
background-color: #4622BB;
}
</style>
border-color css
<style>
span { border-color: #4622BB; }
span { border-color: rgb(70,34,187); }
td.TdClassName
{
border-color: #4622BB;
}
.TagClassName
{
border-color: #4622BB;
}
</style>