Shades of Purple Heart #4622D2
Tints of Purple Heart #4622D2
RGB
CMYK
RGB Variations
Color information
#4622D2 (or 0x4622D2) is known color: Purple Heart. HEX triplet: 46, 22 and D2. RGB value is (70,34,210). Sum of RGB (Red+Green+Blue) = 70+34+210=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 210 (82.42% from 255 or 66.88% from 314); Max value from RGB is 210 - color contains mainly: blue. Hex color #4622D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4622D2 is #B9DD2D. Grayscale: #404040. Windows color (decimal): -12180782 or 13771334. OLE color: 13771334.
HSL color Cylindrical-coordinate representation of color #4622D2: hue angle of 252.27º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4622D2 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 34 | 210 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.18 |
| HSL | 252.27º | 0.72% | 0.48% | - |
| HSV(B) | 252.27º | 0.84% | 0.82% | - |
| XYZ | 14.73 | 7.1 | 61.57 | - |
| YUV | 64.83 | 209.93 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 210 | 0.67 | 0.84 | 0 | 0.18 | 252.27 | 0.72 | 0.48 |
| Hex | 46 | 22 | D2 | 43 | 54 | 0 | 12 | FC | 48 | 30 |
| Octal | 106 | 42 | 322 | 103 | 124 | 0 | 22 | 374 | 110 | 60 |
| Binary | 1000110 | 100010 | 11010010 | 1000011 | 1010100 | 0 | 10010 | 11111100 | 1001000 | 110000 |
Color Harmonies of #4622D2
Complementary color
Monochromatic Colors of #4622D2
Black with #4622D2
Text Example
Text Example
White with #4622D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622D2; }
p { color: rgb(70,34,210); }
H1.HeaderClassName
{
color: #4622D2;
}
.AnyTagClassName
{
color: #4622D2;
}
</style>
background-color css
<style>
a { background-color: #4622D2; }
a { background-color: rgb(70,34,210); }
div.DivClassName
{
background-color: #4622D2;
}
.BgClassName
{
background-color: #4622D2;
}
</style>
border-color css
<style>
span { border-color: #4622D2; }
span { border-color: rgb(70,34,210); }
td.TdClassName
{
border-color: #4622D2;
}
.TagClassName
{
border-color: #4622D2;
}
</style>