Shades of Han Purple #462BEC
Tints of Han Purple #462BEC
RGB
CMYK
RGB Variations
Color information
#462BEC (or 0x462BEC) is known color: Han Purple. HEX triplet: 46, 2B and EC. RGB value is (70,43,236). Sum of RGB (Red+Green+Blue) = 70+43+236=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #462BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462BEC is #B9D413. Grayscale: #484848. Windows color (decimal): -12178452 or 15477574. OLE color: 15477574.
HSL color Cylindrical-coordinate representation of color #462BEC: hue angle of 248.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462BEC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 43 | 236 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.07 |
| HSL | 248.39º | 0.84% | 0.55% | - |
| HSV(B) | 248.39º | 0.82% | 0.93% | - |
| XYZ | 18.53 | 9.09 | 80.13 | - |
| YUV | 73.08 | 219.95 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 236 | 0.70 | 0.82 | 0 | 0.07 | 248.39 | 0.84 | 0.55 |
| Hex | 46 | 2B | EC | 46 | 52 | 0 | 7 | F8 | 54 | 37 |
| Octal | 106 | 53 | 354 | 106 | 122 | 0 | 7 | 370 | 124 | 67 |
| Binary | 1000110 | 101011 | 11101100 | 1000110 | 1010010 | 0 | 111 | 11111000 | 1010100 | 110111 |
Color Harmonies of #462BEC
Complementary color
Monochromatic Colors of #462BEC
Black with #462BEC
Text Example
Text Example
White with #462BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BEC; }
p { color: rgb(70,43,236); }
H1.HeaderClassName
{
color: #462BEC;
}
.AnyTagClassName
{
color: #462BEC;
}
</style>
background-color css
<style>
a { background-color: #462BEC; }
a { background-color: rgb(70,43,236); }
div.DivClassName
{
background-color: #462BEC;
}
.BgClassName
{
background-color: #462BEC;
}
</style>
border-color css
<style>
span { border-color: #462BEC; }
span { border-color: rgb(70,43,236); }
td.TdClassName
{
border-color: #462BEC;
}
.TagClassName
{
border-color: #462BEC;
}
</style>