Shades of Han Purple #4606EA
Tints of Han Purple #4606EA
RGB
CMYK
RGB Variations
Color information
#4606EA (or 0x4606EA) is known color: Han Purple. HEX triplet: 46, 06 and EA. RGB value is (70,6,234). Sum of RGB (Red+Green+Blue) = 70+6+234=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #4606EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4606EA is #B9F915. Grayscale: #323232. Windows color (decimal): -12187926 or 15337030. OLE color: 15337030.
HSL color Cylindrical-coordinate representation of color #4606EA: hue angle of 256.84º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606EA is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 6 | 234 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.08 |
| HSL | 256.84º | 0.95% | 0.47% | - |
| HSV(B) | 256.84º | 0.97% | 0.92% | - |
| XYZ | 17.44 | 7.37 | 78.35 | - |
| YUV | 51.13 | 231.2 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 234 | 0.70 | 0.97 | 0 | 0.08 | 256.84 | 0.95 | 0.47 |
| Hex | 46 | 6 | EA | 46 | 61 | 0 | 8 | 101 | 5F | 2F |
| Octal | 106 | 6 | 352 | 106 | 141 | 0 | 10 | 401 | 137 | 57 |
| Binary | 1000110 | 110 | 11101010 | 1000110 | 1100001 | 0 | 1000 | 100000001 | 1011111 | 101111 |
Color Harmonies of #4606EA
Complementary color
Monochromatic Colors of #4606EA
Black with #4606EA
Text Example
Text Example
White with #4606EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606EA; }
p { color: rgb(70,6,234); }
H1.HeaderClassName
{
color: #4606EA;
}
.AnyTagClassName
{
color: #4606EA;
}
</style>
background-color css
<style>
a { background-color: #4606EA; }
a { background-color: rgb(70,6,234); }
div.DivClassName
{
background-color: #4606EA;
}
.BgClassName
{
background-color: #4606EA;
}
</style>
border-color css
<style>
span { border-color: #4606EA; }
span { border-color: rgb(70,6,234); }
td.TdClassName
{
border-color: #4606EA;
}
.TagClassName
{
border-color: #4606EA;
}
</style>