Shades of Han Purple #461CEC
Tints of Han Purple #461CEC
RGB
CMYK
RGB Variations
Color information
#461CEC (or 0x461CEC) is known color: Han Purple. HEX triplet: 46, 1C and EC. RGB value is (70,28,236). Sum of RGB (Red+Green+Blue) = 70+28+236=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #461CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CEC is #B9E313. Grayscale: #3F3F3F. Windows color (decimal): -12182292 or 15473734. OLE color: 15473734.
HSL color Cylindrical-coordinate representation of color #461CEC: hue angle of 252.12º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CEC is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 28 | 236 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.07 |
| HSL | 252.12º | 0.85% | 0.52% | - |
| HSV(B) | 252.12º | 0.88% | 0.93% | - |
| XYZ | 18.08 | 8.19 | 79.98 | - |
| YUV | 64.27 | 224.91 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 236 | 0.70 | 0.88 | 0 | 0.07 | 252.12 | 0.85 | 0.52 |
| Hex | 46 | 1C | EC | 46 | 58 | 0 | 7 | FC | 55 | 34 |
| Octal | 106 | 34 | 354 | 106 | 130 | 0 | 7 | 374 | 125 | 64 |
| Binary | 1000110 | 11100 | 11101100 | 1000110 | 1011000 | 0 | 111 | 11111100 | 1010101 | 110100 |
Color Harmonies of #461CEC
Complementary color
Monochromatic Colors of #461CEC
Black with #461CEC
Text Example
Text Example
White with #461CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CEC; }
p { color: rgb(70,28,236); }
H1.HeaderClassName
{
color: #461CEC;
}
.AnyTagClassName
{
color: #461CEC;
}
</style>
background-color css
<style>
a { background-color: #461CEC; }
a { background-color: rgb(70,28,236); }
div.DivClassName
{
background-color: #461CEC;
}
.BgClassName
{
background-color: #461CEC;
}
</style>
border-color css
<style>
span { border-color: #461CEC; }
span { border-color: rgb(70,28,236); }
td.TdClassName
{
border-color: #461CEC;
}
.TagClassName
{
border-color: #461CEC;
}
</style>