Shades of Purple Heart #4622CC
Tints of Purple Heart #4622CC
RGB
CMYK
RGB Variations
Color information
#4622CC (or 0x4622CC) is known color: Purple Heart. HEX triplet: 46, 22 and CC. RGB value is (70,34,204). Sum of RGB (Red+Green+Blue) = 70+34+204=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4622CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4622CC is #B9DD33. Grayscale: #3F3F3F. Windows color (decimal): -12180788 or 13378118. OLE color: 13378118.
HSL color Cylindrical-coordinate representation of color #4622CC: hue angle of 252.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4622CC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 34 | 204 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.2 |
| HSL | 252.71º | 0.71% | 0.47% | - |
| HSV(B) | 252.71º | 0.83% | 0.8% | - |
| XYZ | 14 | 6.81 | 57.7 | - |
| YUV | 64.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 204 | 0.66 | 0.83 | 0 | 0.2 | 252.71 | 0.71 | 0.47 |
| Hex | 46 | 22 | CC | 42 | 53 | 0 | 14 | FD | 47 | 2F |
| Octal | 106 | 42 | 314 | 102 | 123 | 0 | 24 | 375 | 107 | 57 |
| Binary | 1000110 | 100010 | 11001100 | 1000010 | 1010011 | 0 | 10100 | 11111101 | 1000111 | 101111 |
Color Harmonies of #4622CC
Complementary color
Monochromatic Colors of #4622CC
Black with #4622CC
Text Example
Text Example
White with #4622CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622CC; }
p { color: rgb(70,34,204); }
H1.HeaderClassName
{
color: #4622CC;
}
.AnyTagClassName
{
color: #4622CC;
}
</style>
background-color css
<style>
a { background-color: #4622CC; }
a { background-color: rgb(70,34,204); }
div.DivClassName
{
background-color: #4622CC;
}
.BgClassName
{
background-color: #4622CC;
}
</style>
border-color css
<style>
span { border-color: #4622CC; }
span { border-color: rgb(70,34,204); }
td.TdClassName
{
border-color: #4622CC;
}
.TagClassName
{
border-color: #4622CC;
}
</style>