Shades of Purple Heart #4622CA
Tints of Purple Heart #4622CA
RGB
CMYK
RGB Variations
Color information
#4622CA (or 0x4622CA) is known color: Purple Heart. HEX triplet: 46, 22 and CA. RGB value is (70,34,202). Sum of RGB (Red+Green+Blue) = 70+34+202=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #4622CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4622CA is #B9DD35. Grayscale: #3F3F3F. Windows color (decimal): -12180790 or 13247046. OLE color: 13247046.
HSL color Cylindrical-coordinate representation of color #4622CA: hue angle of 252.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4622CA is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 34 | 202 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.21 |
| HSL | 252.86º | 0.71% | 0.46% | - |
| HSV(B) | 252.86º | 0.83% | 0.79% | - |
| XYZ | 13.76 | 6.71 | 56.45 | - |
| YUV | 63.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 202 | 0.65 | 0.83 | 0 | 0.21 | 252.86 | 0.71 | 0.46 |
| Hex | 46 | 22 | CA | 41 | 53 | 0 | 15 | FD | 47 | 2E |
| Octal | 106 | 42 | 312 | 101 | 123 | 0 | 25 | 375 | 107 | 56 |
| Binary | 1000110 | 100010 | 11001010 | 1000001 | 1010011 | 0 | 10101 | 11111101 | 1000111 | 101110 |
Color Harmonies of #4622CA
Complementary color
Monochromatic Colors of #4622CA
Black with #4622CA
Text Example
Text Example
White with #4622CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622CA; }
p { color: rgb(70,34,202); }
H1.HeaderClassName
{
color: #4622CA;
}
.AnyTagClassName
{
color: #4622CA;
}
</style>
background-color css
<style>
a { background-color: #4622CA; }
a { background-color: rgb(70,34,202); }
div.DivClassName
{
background-color: #4622CA;
}
.BgClassName
{
background-color: #4622CA;
}
</style>
border-color css
<style>
span { border-color: #4622CA; }
span { border-color: rgb(70,34,202); }
td.TdClassName
{
border-color: #4622CA;
}
.TagClassName
{
border-color: #4622CA;
}
</style>