Shades of Han Purple #461FED
Tints of Han Purple #461FED
RGB
CMYK
RGB Variations
Color information
#461FED (or 0x461FED) is known color: Han Purple. HEX triplet: 46, 1F and ED. RGB value is (70,31,237). Sum of RGB (Red+Green+Blue) = 70+31+237=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #461FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FED is #B9E012. Grayscale: #414141. Windows color (decimal): -12181523 or 15540038. OLE color: 15540038.
HSL color Cylindrical-coordinate representation of color #461FED: hue angle of 251.36º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461FED is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 31 | 237 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.07 |
| HSL | 251.36º | 0.85% | 0.53% | - |
| HSV(B) | 251.36º | 0.87% | 0.93% | - |
| XYZ | 18.3 | 8.4 | 80.78 | - |
| YUV | 66.15 | 224.42 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 237 | 0.70 | 0.87 | 0 | 0.07 | 251.36 | 0.85 | 0.53 |
| Hex | 46 | 1F | ED | 46 | 57 | 0 | 7 | FB | 55 | 35 |
| Octal | 106 | 37 | 355 | 106 | 127 | 0 | 7 | 373 | 125 | 65 |
| Binary | 1000110 | 11111 | 11101101 | 1000110 | 1010111 | 0 | 111 | 11111011 | 1010101 | 110101 |
Color Harmonies of #461FED
Complementary color
Monochromatic Colors of #461FED
Black with #461FED
Text Example
Text Example
White with #461FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FED; }
p { color: rgb(70,31,237); }
H1.HeaderClassName
{
color: #461FED;
}
.AnyTagClassName
{
color: #461FED;
}
</style>
background-color css
<style>
a { background-color: #461FED; }
a { background-color: rgb(70,31,237); }
div.DivClassName
{
background-color: #461FED;
}
.BgClassName
{
background-color: #461FED;
}
</style>
border-color css
<style>
span { border-color: #461FED; }
span { border-color: rgb(70,31,237); }
td.TdClassName
{
border-color: #461FED;
}
.TagClassName
{
border-color: #461FED;
}
</style>