Shades of Han Purple #461BEC
Tints of Han Purple #461BEC
RGB
CMYK
RGB Variations
Color information
#461BEC (or 0x461BEC) is known color: Han Purple. HEX triplet: 46, 1B and EC. RGB value is (70,27,236). Sum of RGB (Red+Green+Blue) = 70+27+236=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #461BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BEC is #B9E413. Grayscale: #3E3E3E. Windows color (decimal): -12182548 or 15473478. OLE color: 15473478.
HSL color Cylindrical-coordinate representation of color #461BEC: hue angle of 252.34º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461BEC is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 27 | 236 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.07 |
| HSL | 252.34º | 0.85% | 0.52% | - |
| HSV(B) | 252.34º | 0.89% | 0.93% | - |
| XYZ | 18.06 | 8.14 | 79.98 | - |
| YUV | 63.68 | 225.25 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 236 | 0.70 | 0.89 | 0 | 0.07 | 252.34 | 0.85 | 0.52 |
| Hex | 46 | 1B | EC | 46 | 59 | 0 | 7 | FC | 55 | 34 |
| Octal | 106 | 33 | 354 | 106 | 131 | 0 | 7 | 374 | 125 | 64 |
| Binary | 1000110 | 11011 | 11101100 | 1000110 | 1011001 | 0 | 111 | 11111100 | 1010101 | 110100 |
Color Harmonies of #461BEC
Complementary color
Monochromatic Colors of #461BEC
Black with #461BEC
Text Example
Text Example
White with #461BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BEC; }
p { color: rgb(70,27,236); }
H1.HeaderClassName
{
color: #461BEC;
}
.AnyTagClassName
{
color: #461BEC;
}
</style>
background-color css
<style>
a { background-color: #461BEC; }
a { background-color: rgb(70,27,236); }
div.DivClassName
{
background-color: #461BEC;
}
.BgClassName
{
background-color: #461BEC;
}
</style>
border-color css
<style>
span { border-color: #461BEC; }
span { border-color: rgb(70,27,236); }
td.TdClassName
{
border-color: #461BEC;
}
.TagClassName
{
border-color: #461BEC;
}
</style>