Shades of Han Purple #4606E4
Tints of Han Purple #4606E4
RGB
CMYK
RGB Variations
Color information
#4606E4 (or 0x4606E4) is known color: Han Purple. HEX triplet: 46, 06 and E4. RGB value is (70,6,228). Sum of RGB (Red+Green+Blue) = 70+6+228=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 228 (89.45% from 255 or 75% from 304); Max value from RGB is 228 - color contains mainly: blue. Hex color #4606E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606E4 is #B9F91B. Grayscale: #313131. Windows color (decimal): -12187932 or 14943814. OLE color: 14943814.
HSL color Cylindrical-coordinate representation of color #4606E4: hue angle of 257.3º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606E4 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 6 | 228 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.11 |
| HSL | 257.3º | 0.95% | 0.46% | - |
| HSV(B) | 257.3º | 0.97% | 0.89% | - |
| XYZ | 16.59 | 7.03 | 73.88 | - |
| YUV | 50.44 | 228.2 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 228 | 0.69 | 0.97 | 0 | 0.11 | 257.3 | 0.95 | 0.46 |
| Hex | 46 | 6 | E4 | 45 | 61 | 0 | B | 101 | 5F | 2E |
| Octal | 106 | 6 | 344 | 105 | 141 | 0 | 13 | 401 | 137 | 56 |
| Binary | 1000110 | 110 | 11100100 | 1000101 | 1100001 | 0 | 1011 | 100000001 | 1011111 | 101110 |
Color Harmonies of #4606E4
Complementary color
Monochromatic Colors of #4606E4
Black with #4606E4
Text Example
Text Example
White with #4606E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606E4; }
p { color: rgb(70,6,228); }
H1.HeaderClassName
{
color: #4606E4;
}
.AnyTagClassName
{
color: #4606E4;
}
</style>
background-color css
<style>
a { background-color: #4606E4; }
a { background-color: rgb(70,6,228); }
div.DivClassName
{
background-color: #4606E4;
}
.BgClassName
{
background-color: #4606E4;
}
</style>
border-color css
<style>
span { border-color: #4606E4; }
span { border-color: rgb(70,6,228); }
td.TdClassName
{
border-color: #4606E4;
}
.TagClassName
{
border-color: #4606E4;
}
</style>