Shades of Han Purple #4600EA
Tints of Han Purple #4600EA
RGB
CMYK
RGB Variations
Color information
#4600EA (or 0x4600EA) is known color: Han Purple. HEX triplet: 46, 00 and EA. RGB value is (70,0,234). Sum of RGB (Red+Green+Blue) = 70+0+234=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #4600EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4600EA is #B9FF15. Grayscale: #2E2E2E. Windows color (decimal): -12189462 or 15335494. OLE color: 15335494.
HSL color Cylindrical-coordinate representation of color #4600EA: hue angle of 257.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600EA is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 0 | 234 | - |
| CMYK | 0.70 | 1 | 0 | 0.08 |
| HSL | 257.95º | 1% | 0.46% | - |
| HSV(B) | 257.95º | 1% | 0.92% | - |
| XYZ | 17.38 | 7.24 | 78.32 | - |
| YUV | 47.61 | 233.19 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 234 | 0.70 | 1 | 0 | 0.08 | 257.95 | 1 | 0.46 |
| Hex | 46 | 0 | EA | 46 | 64 | 0 | 8 | 102 | 64 | 2E |
| Octal | 106 | 0 | 352 | 106 | 144 | 0 | 10 | 402 | 144 | 56 |
| Binary | 1000110 | 0 | 11101010 | 1000110 | 1100100 | 0 | 1000 | 100000010 | 1100100 | 101110 |
Color Harmonies of #4600EA
Complementary color
Monochromatic Colors of #4600EA
Black with #4600EA
Text Example
Text Example
White with #4600EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600EA; }
p { color: rgb(70,0,234); }
H1.HeaderClassName
{
color: #4600EA;
}
.AnyTagClassName
{
color: #4600EA;
}
</style>
background-color css
<style>
a { background-color: #4600EA; }
a { background-color: rgb(70,0,234); }
div.DivClassName
{
background-color: #4600EA;
}
.BgClassName
{
background-color: #4600EA;
}
</style>
border-color css
<style>
span { border-color: #4600EA; }
span { border-color: rgb(70,0,234); }
td.TdClassName
{
border-color: #4600EA;
}
.TagClassName
{
border-color: #4600EA;
}
</style>