Shades of Purple Heart #4622AE
Tints of Purple Heart #4622AE
RGB
CMYK
RGB Variations
Color information
#4622AE (or 0x4622AE) is known color: Purple Heart. HEX triplet: 46, 22 and AE. RGB value is (70,34,174). Sum of RGB (Red+Green+Blue) = 70+34+174=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #4622AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4622AE is #B9DD51. Grayscale: #3C3C3C. Windows color (decimal): -12180818 or 11412038. OLE color: 11412038.
HSL color Cylindrical-coordinate representation of color #4622AE: hue angle of 255.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4622AE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 34 | 174 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.32 |
| HSL | 255.43º | 0.67% | 0.41% | - |
| HSV(B) | 255.43º | 0.8% | 0.68% | - |
| XYZ | 10.74 | 5.5 | 40.54 | - |
| YUV | 60.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 174 | 0.60 | 0.80 | 0 | 0.32 | 255.43 | 0.67 | 0.41 |
| Hex | 46 | 22 | AE | 3C | 50 | 0 | 20 | FF | 43 | 29 |
| Octal | 106 | 42 | 256 | 74 | 120 | 0 | 40 | 377 | 103 | 51 |
| Binary | 1000110 | 100010 | 10101110 | 111100 | 1010000 | 0 | 100000 | 11111111 | 1000011 | 101001 |
Color Harmonies of #4622AE
Complementary color
Monochromatic Colors of #4622AE
Black with #4622AE
Text Example
Text Example
White with #4622AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622AE; }
p { color: rgb(70,34,174); }
H1.HeaderClassName
{
color: #4622AE;
}
.AnyTagClassName
{
color: #4622AE;
}
</style>
background-color css
<style>
a { background-color: #4622AE; }
a { background-color: rgb(70,34,174); }
div.DivClassName
{
background-color: #4622AE;
}
.BgClassName
{
background-color: #4622AE;
}
</style>
border-color css
<style>
span { border-color: #4622AE; }
span { border-color: rgb(70,34,174); }
td.TdClassName
{
border-color: #4622AE;
}
.TagClassName
{
border-color: #4622AE;
}
</style>