Shades of Han Purple #462FEB
Tints of Han Purple #462FEB
RGB
CMYK
RGB Variations
Color information
#462FEB (or 0x462FEB) is known color: Han Purple. HEX triplet: 46, 2F and EB. RGB value is (70,47,235). Sum of RGB (Red+Green+Blue) = 70+47+235=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #462FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FEB is #B9D014. Grayscale: #4A4A4A. Windows color (decimal): -12177429 or 15413062. OLE color: 15413062.
HSL color Cylindrical-coordinate representation of color #462FEB: hue angle of 247.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462FEB is Cyan = 0.70, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 47 | 235 | - |
| CMYK | 0.70 | 0.8 | 0 | 0.08 |
| HSL | 247.34º | 0.82% | 0.55% | - |
| HSV(B) | 247.34º | 0.8% | 0.92% | - |
| XYZ | 18.54 | 9.33 | 79.42 | - |
| YUV | 75.31 | 218.12 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 235 | 0.70 | 0.8 | 0 | 0.08 | 247.34 | 0.82 | 0.55 |
| Hex | 46 | 2F | EB | 46 | 50 | 0 | 8 | F7 | 52 | 37 |
| Octal | 106 | 57 | 353 | 106 | 120 | 0 | 10 | 367 | 122 | 67 |
| Binary | 1000110 | 101111 | 11101011 | 1000110 | 1010000 | 0 | 1000 | 11110111 | 1010010 | 110111 |
Color Harmonies of #462FEB
Complementary color
Monochromatic Colors of #462FEB
Black with #462FEB
Text Example
Text Example
White with #462FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FEB; }
p { color: rgb(70,47,235); }
H1.HeaderClassName
{
color: #462FEB;
}
.AnyTagClassName
{
color: #462FEB;
}
</style>
background-color css
<style>
a { background-color: #462FEB; }
a { background-color: rgb(70,47,235); }
div.DivClassName
{
background-color: #462FEB;
}
.BgClassName
{
background-color: #462FEB;
}
</style>
border-color css
<style>
span { border-color: #462FEB; }
span { border-color: rgb(70,47,235); }
td.TdClassName
{
border-color: #462FEB;
}
.TagClassName
{
border-color: #462FEB;
}
</style>