Shades of Han Purple #4622ED
Tints of Han Purple #4622ED
RGB
CMYK
RGB Variations
Color information
#4622ED (or 0x4622ED) is known color: Han Purple. HEX triplet: 46, 22 and ED. RGB value is (70,34,237). Sum of RGB (Red+Green+Blue) = 70+34+237=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #4622ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4622ED is #B9DD12. Grayscale: #434343. Windows color (decimal): -12180755 or 15540806. OLE color: 15540806.
HSL color Cylindrical-coordinate representation of color #4622ED: hue angle of 250.64º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4622ED is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 34 | 237 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.07 |
| HSL | 250.64º | 0.85% | 0.53% | - |
| HSV(B) | 250.64º | 0.86% | 0.93% | - |
| XYZ | 18.38 | 8.56 | 80.8 | - |
| YUV | 67.91 | 223.43 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 237 | 0.70 | 0.86 | 0 | 0.07 | 250.64 | 0.85 | 0.53 |
| Hex | 46 | 22 | ED | 46 | 56 | 0 | 7 | FB | 55 | 35 |
| Octal | 106 | 42 | 355 | 106 | 126 | 0 | 7 | 373 | 125 | 65 |
| Binary | 1000110 | 100010 | 11101101 | 1000110 | 1010110 | 0 | 111 | 11111011 | 1010101 | 110101 |
Color Harmonies of #4622ED
Complementary color
Monochromatic Colors of #4622ED
Black with #4622ED
Text Example
Text Example
White with #4622ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622ED; }
p { color: rgb(70,34,237); }
H1.HeaderClassName
{
color: #4622ED;
}
.AnyTagClassName
{
color: #4622ED;
}
</style>
background-color css
<style>
a { background-color: #4622ED; }
a { background-color: rgb(70,34,237); }
div.DivClassName
{
background-color: #4622ED;
}
.BgClassName
{
background-color: #4622ED;
}
</style>
border-color css
<style>
span { border-color: #4622ED; }
span { border-color: rgb(70,34,237); }
td.TdClassName
{
border-color: #4622ED;
}
.TagClassName
{
border-color: #4622ED;
}
</style>