Shades of Han Purple #461CF7
Tints of Han Purple #461CF7
RGB
CMYK
RGB Variations
Color information
#461CF7 (or 0x461CF7) is known color: Han Purple. HEX triplet: 46, 1C and F7. RGB value is (70,28,247). Sum of RGB (Red+Green+Blue) = 70+28+247=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #461CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CF7 is #B9E308. Grayscale: #404040. Windows color (decimal): -12182281 or 16194630. OLE color: 16194630.
HSL color Cylindrical-coordinate representation of color #461CF7: hue angle of 251.51º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461CF7 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 28 | 247 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.03 |
| HSL | 251.51º | 0.93% | 0.54% | - |
| HSV(B) | 251.51º | 0.89% | 0.97% | - |
| XYZ | 19.73 | 8.85 | 88.66 | - |
| YUV | 65.52 | 230.41 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 247 | 0.72 | 0.89 | 0 | 0.03 | 251.51 | 0.93 | 0.54 |
| Hex | 46 | 1C | F7 | 48 | 59 | 0 | 3 | FC | 5D | 36 |
| Octal | 106 | 34 | 367 | 110 | 131 | 0 | 3 | 374 | 135 | 66 |
| Binary | 1000110 | 11100 | 11110111 | 1001000 | 1011001 | 0 | 11 | 11111100 | 1011101 | 110110 |
Color Harmonies of #461CF7
Complementary color
Monochromatic Colors of #461CF7
Black with #461CF7
Text Example
Text Example
White with #461CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CF7; }
p { color: rgb(70,28,247); }
H1.HeaderClassName
{
color: #461CF7;
}
.AnyTagClassName
{
color: #461CF7;
}
</style>
background-color css
<style>
a { background-color: #461CF7; }
a { background-color: rgb(70,28,247); }
div.DivClassName
{
background-color: #461CF7;
}
.BgClassName
{
background-color: #461CF7;
}
</style>
border-color css
<style>
span { border-color: #461CF7; }
span { border-color: rgb(70,28,247); }
td.TdClassName
{
border-color: #461CF7;
}
.TagClassName
{
border-color: #461CF7;
}
</style>