Shades of Han Purple #4614EF
Tints of Han Purple #4614EF
RGB
CMYK
RGB Variations
Color information
#4614EF (or 0x4614EF) is known color: Han Purple. HEX triplet: 46, 14 and EF. RGB value is (70,20,239). Sum of RGB (Red+Green+Blue) = 70+20+239=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #4614EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4614EF is #B9EB10. Grayscale: #3B3B3B. Windows color (decimal): -12184337 or 15668294. OLE color: 15668294.
HSL color Cylindrical-coordinate representation of color #4614EF: hue angle of 253.7º 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 #4614EF is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 20 | 239 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.06 |
| HSL | 253.7º | 0.87% | 0.51% | - |
| HSV(B) | 253.7º | 0.92% | 0.94% | - |
| XYZ | 18.36 | 8.03 | 82.24 | - |
| YUV | 59.92 | 229.07 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 239 | 0.71 | 0.92 | 0 | 0.06 | 253.7 | 0.87 | 0.51 |
| Hex | 46 | 14 | EF | 47 | 5C | 0 | 6 | FE | 57 | 33 |
| Octal | 106 | 24 | 357 | 107 | 134 | 0 | 6 | 376 | 127 | 63 |
| Binary | 1000110 | 10100 | 11101111 | 1000111 | 1011100 | 0 | 110 | 11111110 | 1010111 | 110011 |
Color Harmonies of #4614EF
Complementary color
Monochromatic Colors of #4614EF
Black with #4614EF
Text Example
Text Example
White with #4614EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4614EF; }
p { color: rgb(70,20,239); }
H1.HeaderClassName
{
color: #4614EF;
}
.AnyTagClassName
{
color: #4614EF;
}
</style>
background-color css
<style>
a { background-color: #4614EF; }
a { background-color: rgb(70,20,239); }
div.DivClassName
{
background-color: #4614EF;
}
.BgClassName
{
background-color: #4614EF;
}
</style>
border-color css
<style>
span { border-color: #4614EF; }
span { border-color: rgb(70,20,239); }
td.TdClassName
{
border-color: #4614EF;
}
.TagClassName
{
border-color: #4614EF;
}
</style>