Shades of Han Purple #461CE6
Tints of Han Purple #461CE6
RGB
CMYK
RGB Variations
Color information
#461CE6 (or 0x461CE6) is known color: Han Purple. HEX triplet: 46, 1C and E6. RGB value is (70,28,230). Sum of RGB (Red+Green+Blue) = 70+28+230=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 230 (90.23% from 255 or 70.12% from 328); Max value from RGB is 230 - color contains mainly: blue. Hex color #461CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CE6 is #B9E319. Grayscale: #3E3E3E. Windows color (decimal): -12182298 or 15080518. OLE color: 15080518.
HSL color Cylindrical-coordinate representation of color #461CE6: hue angle of 252.48º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CE6 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 28 | 230 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.10 |
| HSL | 252.48º | 0.8% | 0.51% | - |
| HSV(B) | 252.48º | 0.88% | 0.9% | - |
| XYZ | 17.22 | 7.85 | 75.47 | - |
| YUV | 63.59 | 221.91 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 230 | 0.70 | 0.88 | 0 | 0.10 | 252.48 | 0.8 | 0.51 |
| Hex | 46 | 1C | E6 | 46 | 58 | 0 | A | FC | 50 | 33 |
| Octal | 106 | 34 | 346 | 106 | 130 | 0 | 12 | 374 | 120 | 63 |
| Binary | 1000110 | 11100 | 11100110 | 1000110 | 1011000 | 0 | 1010 | 11111100 | 1010000 | 110011 |
Color Harmonies of #461CE6
Complementary color
Monochromatic Colors of #461CE6
Black with #461CE6
Text Example
Text Example
White with #461CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CE6; }
p { color: rgb(70,28,230); }
H1.HeaderClassName
{
color: #461CE6;
}
.AnyTagClassName
{
color: #461CE6;
}
</style>
background-color css
<style>
a { background-color: #461CE6; }
a { background-color: rgb(70,28,230); }
div.DivClassName
{
background-color: #461CE6;
}
.BgClassName
{
background-color: #461CE6;
}
</style>
border-color css
<style>
span { border-color: #461CE6; }
span { border-color: rgb(70,28,230); }
td.TdClassName
{
border-color: #461CE6;
}
.TagClassName
{
border-color: #461CE6;
}
</style>