Shades of Han Purple #4622D6
Tints of Han Purple #4622D6
RGB
CMYK
RGB Variations
Color information
#4622D6 (or 0x4622D6) is known color: Han Purple. HEX triplet: 46, 22 and D6. RGB value is (70,34,214). Sum of RGB (Red+Green+Blue) = 70+34+214=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #4622D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4622D6 is #B9DD29. Grayscale: #404040. Windows color (decimal): -12180778 or 14033478. OLE color: 14033478.
HSL color Cylindrical-coordinate representation of color #4622D6: hue angle of 252º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4622D6 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 34 | 214 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.16 |
| HSL | 252º | 0.73% | 0.49% | - |
| HSV(B) | 252º | 0.84% | 0.84% | - |
| XYZ | 15.24 | 7.3 | 64.22 | - |
| YUV | 65.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 214 | 0.67 | 0.84 | 0 | 0.16 | 252 | 0.73 | 0.49 |
| Hex | 46 | 22 | D6 | 43 | 54 | 0 | 10 | FC | 49 | 31 |
| Octal | 106 | 42 | 326 | 103 | 124 | 0 | 20 | 374 | 111 | 61 |
| Binary | 1000110 | 100010 | 11010110 | 1000011 | 1010100 | 0 | 10000 | 11111100 | 1001001 | 110001 |
Color Harmonies of #4622D6
Complementary color
Monochromatic Colors of #4622D6
Black with #4622D6
Text Example
Text Example
White with #4622D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622D6; }
p { color: rgb(70,34,214); }
H1.HeaderClassName
{
color: #4622D6;
}
.AnyTagClassName
{
color: #4622D6;
}
</style>
background-color css
<style>
a { background-color: #4622D6; }
a { background-color: rgb(70,34,214); }
div.DivClassName
{
background-color: #4622D6;
}
.BgClassName
{
background-color: #4622D6;
}
</style>
border-color css
<style>
span { border-color: #4622D6; }
span { border-color: rgb(70,34,214); }
td.TdClassName
{
border-color: #4622D6;
}
.TagClassName
{
border-color: #4622D6;
}
</style>