Shades of Han Purple #4605EA
Tints of Han Purple #4605EA
RGB
CMYK
RGB Variations
Color information
#4605EA (or 0x4605EA) is known color: Han Purple. HEX triplet: 46, 05 and EA. RGB value is (70,5,234). Sum of RGB (Red+Green+Blue) = 70+5+234=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #4605EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4605EA is #B9FA15. Grayscale: #313131. Windows color (decimal): -12188182 or 15336774. OLE color: 15336774.
HSL color Cylindrical-coordinate representation of color #4605EA: hue angle of 257.03º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4605EA is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 5 | 234 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.08 |
| HSL | 257.03º | 0.96% | 0.47% | - |
| HSV(B) | 257.03º | 0.98% | 0.92% | - |
| XYZ | 17.43 | 7.35 | 78.34 | - |
| YUV | 50.54 | 231.53 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 234 | 0.70 | 0.98 | 0 | 0.08 | 257.03 | 0.96 | 0.47 |
| Hex | 46 | 5 | EA | 46 | 62 | 0 | 8 | 101 | 60 | 2F |
| Octal | 106 | 5 | 352 | 106 | 142 | 0 | 10 | 401 | 140 | 57 |
| Binary | 1000110 | 101 | 11101010 | 1000110 | 1100010 | 0 | 1000 | 100000001 | 1100000 | 101111 |
Color Harmonies of #4605EA
Complementary color
Monochromatic Colors of #4605EA
Black with #4605EA
Text Example
Text Example
White with #4605EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4605EA; }
p { color: rgb(70,5,234); }
H1.HeaderClassName
{
color: #4605EA;
}
.AnyTagClassName
{
color: #4605EA;
}
</style>
background-color css
<style>
a { background-color: #4605EA; }
a { background-color: rgb(70,5,234); }
div.DivClassName
{
background-color: #4605EA;
}
.BgClassName
{
background-color: #4605EA;
}
</style>
border-color css
<style>
span { border-color: #4605EA; }
span { border-color: rgb(70,5,234); }
td.TdClassName
{
border-color: #4605EA;
}
.TagClassName
{
border-color: #4605EA;
}
</style>