Shades of Han Purple #4613EF
Tints of Han Purple #4613EF
RGB
CMYK
RGB Variations
Color information
#4613EF (or 0x4613EF) is known color: Han Purple. HEX triplet: 46, 13 and EF. RGB value is (70,19,239). Sum of RGB (Red+Green+Blue) = 70+19+239=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #4613EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4613EF is #B9EC10. Grayscale: #3A3A3A. Windows color (decimal): -12184593 or 15668038. OLE color: 15668038.
HSL color Cylindrical-coordinate representation of color #4613EF: hue angle of 253.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4613EF is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 19 | 239 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.06 |
| HSL | 253.91º | 0.87% | 0.51% | - |
| HSV(B) | 253.91º | 0.92% | 0.94% | - |
| XYZ | 18.34 | 8 | 82.24 | - |
| YUV | 59.33 | 229.4 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 239 | 0.71 | 0.92 | 0 | 0.06 | 253.91 | 0.87 | 0.51 |
| Hex | 46 | 13 | EF | 47 | 5C | 0 | 6 | FE | 57 | 33 |
| Octal | 106 | 23 | 357 | 107 | 134 | 0 | 6 | 376 | 127 | 63 |
| Binary | 1000110 | 10011 | 11101111 | 1000111 | 1011100 | 0 | 110 | 11111110 | 1010111 | 110011 |
Color Harmonies of #4613EF
Complementary color
Monochromatic Colors of #4613EF
Black with #4613EF
Text Example
Text Example
White with #4613EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4613EF; }
p { color: rgb(70,19,239); }
H1.HeaderClassName
{
color: #4613EF;
}
.AnyTagClassName
{
color: #4613EF;
}
</style>
background-color css
<style>
a { background-color: #4613EF; }
a { background-color: rgb(70,19,239); }
div.DivClassName
{
background-color: #4613EF;
}
.BgClassName
{
background-color: #4613EF;
}
</style>
border-color css
<style>
span { border-color: #4613EF; }
span { border-color: rgb(70,19,239); }
td.TdClassName
{
border-color: #4613EF;
}
.TagClassName
{
border-color: #4613EF;
}
</style>