Shades of Han Purple #461ADF
Tints of Han Purple #461ADF
RGB
CMYK
RGB Variations
Color information
#461ADF (or 0x461ADF) is known color: Han Purple. HEX triplet: 46, 1A and DF. RGB value is (70,26,223). Sum of RGB (Red+Green+Blue) = 70+26+223=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #461ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ADF is #B9E520. Grayscale: #3C3C3C. Windows color (decimal): -12182817 or 14621254. OLE color: 14621254.
HSL color Cylindrical-coordinate representation of color #461ADF: hue angle of 253.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461ADF is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 26 | 223 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.13 |
| HSL | 253.4º | 0.79% | 0.49% | - |
| HSV(B) | 253.4º | 0.88% | 0.87% | - |
| XYZ | 16.21 | 7.37 | 70.38 | - |
| YUV | 61.61 | 219.08 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 223 | 0.69 | 0.88 | 0 | 0.13 | 253.4 | 0.79 | 0.49 |
| Hex | 46 | 1A | DF | 45 | 58 | 0 | D | FD | 4F | 31 |
| Octal | 106 | 32 | 337 | 105 | 130 | 0 | 15 | 375 | 117 | 61 |
| Binary | 1000110 | 11010 | 11011111 | 1000101 | 1011000 | 0 | 1101 | 11111101 | 1001111 | 110001 |
Color Harmonies of #461ADF
Complementary color
Monochromatic Colors of #461ADF
Black with #461ADF
Text Example
Text Example
White with #461ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461ADF; }
p { color: rgb(70,26,223); }
H1.HeaderClassName
{
color: #461ADF;
}
.AnyTagClassName
{
color: #461ADF;
}
</style>
background-color css
<style>
a { background-color: #461ADF; }
a { background-color: rgb(70,26,223); }
div.DivClassName
{
background-color: #461ADF;
}
.BgClassName
{
background-color: #461ADF;
}
</style>
border-color css
<style>
span { border-color: #461ADF; }
span { border-color: rgb(70,26,223); }
td.TdClassName
{
border-color: #461ADF;
}
.TagClassName
{
border-color: #461ADF;
}
</style>