Shades of Han Purple #461DF6
Tints of Han Purple #461DF6
RGB
CMYK
RGB Variations
Color information
#461DF6 (or 0x461DF6) is known color: Han Purple. HEX triplet: 46, 1D and F6. RGB value is (70,29,246). Sum of RGB (Red+Green+Blue) = 70+29+246=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #461DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461DF6 is #B9E209. Grayscale: #414141. Windows color (decimal): -12182026 or 16129350. OLE color: 16129350.
HSL color Cylindrical-coordinate representation of color #461DF6: hue angle of 251.34º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461DF6 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 29 | 246 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.04 |
| HSL | 251.34º | 0.92% | 0.54% | - |
| HSV(B) | 251.34º | 0.88% | 0.96% | - |
| XYZ | 19.6 | 8.83 | 87.86 | - |
| YUV | 66 | 229.58 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 246 | 0.72 | 0.88 | 0 | 0.04 | 251.34 | 0.92 | 0.54 |
| Hex | 46 | 1D | F6 | 48 | 58 | 0 | 4 | FB | 5C | 36 |
| Octal | 106 | 35 | 366 | 110 | 130 | 0 | 4 | 373 | 134 | 66 |
| Binary | 1000110 | 11101 | 11110110 | 1001000 | 1011000 | 0 | 100 | 11111011 | 1011100 | 110110 |
Color Harmonies of #461DF6
Complementary color
Monochromatic Colors of #461DF6
Black with #461DF6
Text Example
Text Example
White with #461DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DF6; }
p { color: rgb(70,29,246); }
H1.HeaderClassName
{
color: #461DF6;
}
.AnyTagClassName
{
color: #461DF6;
}
</style>
background-color css
<style>
a { background-color: #461DF6; }
a { background-color: rgb(70,29,246); }
div.DivClassName
{
background-color: #461DF6;
}
.BgClassName
{
background-color: #461DF6;
}
</style>
border-color css
<style>
span { border-color: #461DF6; }
span { border-color: rgb(70,29,246); }
td.TdClassName
{
border-color: #461DF6;
}
.TagClassName
{
border-color: #461DF6;
}
</style>