Shades of Purple Heart #4622B0
Tints of Purple Heart #4622B0
RGB
CMYK
RGB Variations
Color information
#4622B0 (or 0x4622B0) is known color: Purple Heart. HEX triplet: 46, 22 and B0. RGB value is (70,34,176). Sum of RGB (Red+Green+Blue) = 70+34+176=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 176 (69.14% from 255 or 62.86% from 280); Max value from RGB is 176 - color contains mainly: blue. Hex color #4622B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4622B0 is #B9DD4F. Grayscale: #3C3C3C. Windows color (decimal): -12180816 or 11543110. OLE color: 11543110.
HSL color Cylindrical-coordinate representation of color #4622B0: hue angle of 255.21º 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 #4622B0 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 34 | 176 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.31 |
| HSL | 255.21º | 0.68% | 0.41% | - |
| HSV(B) | 255.21º | 0.81% | 0.69% | - |
| XYZ | 10.93 | 5.58 | 41.58 | - |
| YUV | 60.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 176 | 0.60 | 0.81 | 0 | 0.31 | 255.21 | 0.68 | 0.41 |
| Hex | 46 | 22 | B0 | 3C | 51 | 0 | 1F | FF | 44 | 29 |
| Octal | 106 | 42 | 260 | 74 | 121 | 0 | 37 | 377 | 104 | 51 |
| Binary | 1000110 | 100010 | 10110000 | 111100 | 1010001 | 0 | 11111 | 11111111 | 1000100 | 101001 |
Color Harmonies of #4622B0
Complementary color
Monochromatic Colors of #4622B0
Black with #4622B0
Text Example
Text Example
White with #4622B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622B0; }
p { color: rgb(70,34,176); }
H1.HeaderClassName
{
color: #4622B0;
}
.AnyTagClassName
{
color: #4622B0;
}
</style>
background-color css
<style>
a { background-color: #4622B0; }
a { background-color: rgb(70,34,176); }
div.DivClassName
{
background-color: #4622B0;
}
.BgClassName
{
background-color: #4622B0;
}
</style>
border-color css
<style>
span { border-color: #4622B0; }
span { border-color: rgb(70,34,176); }
td.TdClassName
{
border-color: #4622B0;
}
.TagClassName
{
border-color: #4622B0;
}
</style>