Shades of Han Purple #462FEC
Tints of Han Purple #462FEC
RGB
CMYK
RGB Variations
Color information
#462FEC (or 0x462FEC) is known color: Han Purple. HEX triplet: 46, 2F and EC. RGB value is (70,47,236). Sum of RGB (Red+Green+Blue) = 70+47+236=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #462FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FEC is #B9D013. Grayscale: #4A4A4A. Windows color (decimal): -12177428 or 15478598. OLE color: 15478598.
HSL color Cylindrical-coordinate representation of color #462FEC: hue angle of 247.3º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462FEC is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 47 | 236 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.07 |
| HSL | 247.3º | 0.83% | 0.55% | - |
| HSV(B) | 247.3º | 0.8% | 0.93% | - |
| XYZ | 18.68 | 9.39 | 80.18 | - |
| YUV | 75.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 236 | 0.70 | 0.80 | 0 | 0.07 | 247.3 | 0.83 | 0.55 |
| Hex | 46 | 2F | EC | 46 | 50 | 0 | 7 | F7 | 53 | 37 |
| Octal | 106 | 57 | 354 | 106 | 120 | 0 | 7 | 367 | 123 | 67 |
| Binary | 1000110 | 101111 | 11101100 | 1000110 | 1010000 | 0 | 111 | 11110111 | 1010011 | 110111 |
Color Harmonies of #462FEC
Complementary color
Monochromatic Colors of #462FEC
Black with #462FEC
Text Example
Text Example
White with #462FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FEC; }
p { color: rgb(70,47,236); }
H1.HeaderClassName
{
color: #462FEC;
}
.AnyTagClassName
{
color: #462FEC;
}
</style>
background-color css
<style>
a { background-color: #462FEC; }
a { background-color: rgb(70,47,236); }
div.DivClassName
{
background-color: #462FEC;
}
.BgClassName
{
background-color: #462FEC;
}
</style>
border-color css
<style>
span { border-color: #462FEC; }
span { border-color: rgb(70,47,236); }
td.TdClassName
{
border-color: #462FEC;
}
.TagClassName
{
border-color: #462FEC;
}
</style>