Shades of Han Purple #4615EA
Tints of Han Purple #4615EA
RGB
CMYK
RGB Variations
Color information
#4615EA (or 0x4615EA) is known color: Han Purple. HEX triplet: 46, 15 and EA. RGB value is (70,21,234). Sum of RGB (Red+Green+Blue) = 70+21+234=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #4615EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4615EA is #B9EA15. Grayscale: #3B3B3B. Windows color (decimal): -12184086 or 15340870. OLE color: 15340870.
HSL color Cylindrical-coordinate representation of color #4615EA: hue angle of 253.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4615EA is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 21 | 234 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.08 |
| HSL | 253.8º | 0.84% | 0.5% | - |
| HSV(B) | 253.8º | 0.91% | 0.92% | - |
| XYZ | 17.65 | 7.78 | 78.41 | - |
| YUV | 59.93 | 226.23 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 234 | 0.70 | 0.91 | 0 | 0.08 | 253.8 | 0.84 | 0.5 |
| Hex | 46 | 15 | EA | 46 | 5B | 0 | 8 | FE | 54 | 32 |
| Octal | 106 | 25 | 352 | 106 | 133 | 0 | 10 | 376 | 124 | 62 |
| Binary | 1000110 | 10101 | 11101010 | 1000110 | 1011011 | 0 | 1000 | 11111110 | 1010100 | 110010 |
Color Harmonies of #4615EA
Complementary color
Monochromatic Colors of #4615EA
Black with #4615EA
Text Example
Text Example
White with #4615EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615EA; }
p { color: rgb(70,21,234); }
H1.HeaderClassName
{
color: #4615EA;
}
.AnyTagClassName
{
color: #4615EA;
}
</style>
background-color css
<style>
a { background-color: #4615EA; }
a { background-color: rgb(70,21,234); }
div.DivClassName
{
background-color: #4615EA;
}
.BgClassName
{
background-color: #4615EA;
}
</style>
border-color css
<style>
span { border-color: #4615EA; }
span { border-color: rgb(70,21,234); }
td.TdClassName
{
border-color: #4615EA;
}
.TagClassName
{
border-color: #4615EA;
}
</style>