Shades of Han Purple #4612E7
Tints of Han Purple #4612E7
RGB
CMYK
RGB Variations
Color information
#4612E7 (or 0x4612E7) is known color: Han Purple. HEX triplet: 46, 12 and E7. RGB value is (70,18,231). Sum of RGB (Red+Green+Blue) = 70+18+231=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #4612E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4612E7 is #B9ED18. Grayscale: #393939. Windows color (decimal): -12184857 or 15143494. OLE color: 15143494.
HSL color Cylindrical-coordinate representation of color #4612E7: hue angle of 254.65º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4612E7 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 18 | 231 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.09 |
| HSL | 254.65º | 0.86% | 0.49% | - |
| HSV(B) | 254.65º | 0.92% | 0.91% | - |
| XYZ | 17.17 | 7.5 | 76.15 | - |
| YUV | 57.83 | 225.73 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 231 | 0.70 | 0.92 | 0 | 0.09 | 254.65 | 0.86 | 0.49 |
| Hex | 46 | 12 | E7 | 46 | 5C | 0 | 9 | FF | 56 | 31 |
| Octal | 106 | 22 | 347 | 106 | 134 | 0 | 11 | 377 | 126 | 61 |
| Binary | 1000110 | 10010 | 11100111 | 1000110 | 1011100 | 0 | 1001 | 11111111 | 1010110 | 110001 |
Color Harmonies of #4612E7
Complementary color
Monochromatic Colors of #4612E7
Black with #4612E7
Text Example
Text Example
White with #4612E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4612E7; }
p { color: rgb(70,18,231); }
H1.HeaderClassName
{
color: #4612E7;
}
.AnyTagClassName
{
color: #4612E7;
}
</style>
background-color css
<style>
a { background-color: #4612E7; }
a { background-color: rgb(70,18,231); }
div.DivClassName
{
background-color: #4612E7;
}
.BgClassName
{
background-color: #4612E7;
}
</style>
border-color css
<style>
span { border-color: #4612E7; }
span { border-color: rgb(70,18,231); }
td.TdClassName
{
border-color: #4612E7;
}
.TagClassName
{
border-color: #4612E7;
}
</style>