Shades of Han Purple #4610F7
Tints of Han Purple #4610F7
RGB
CMYK
RGB Variations
Color information
#4610F7 (or 0x4610F7) is known color: Han Purple. HEX triplet: 46, 10 and F7. RGB value is (70,16,247). Sum of RGB (Red+Green+Blue) = 70+16+247=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 247 (96.88% from 255 or 74.17% from 333); Max value from RGB is 247 - color contains mainly: blue. Hex color #4610F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4610F7 is #B9EF08. Grayscale: #393939. Windows color (decimal): -12185353 or 16191558. OLE color: 16191558.
HSL color Cylindrical-coordinate representation of color #4610F7: hue angle of 254.03º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4610F7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 16 | 247 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.03 |
| HSL | 254.03º | 0.94% | 0.52% | - |
| HSV(B) | 254.03º | 0.94% | 0.97% | - |
| XYZ | 19.5 | 8.39 | 88.59 | - |
| YUV | 58.48 | 234.39 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 247 | 0.72 | 0.94 | 0 | 0.03 | 254.03 | 0.94 | 0.52 |
| Hex | 46 | 10 | F7 | 48 | 5E | 0 | 3 | FE | 5E | 34 |
| Octal | 106 | 20 | 367 | 110 | 136 | 0 | 3 | 376 | 136 | 64 |
| Binary | 1000110 | 10000 | 11110111 | 1001000 | 1011110 | 0 | 11 | 11111110 | 1011110 | 110100 |
Color Harmonies of #4610F7
Complementary color
Monochromatic Colors of #4610F7
Black with #4610F7
Text Example
Text Example
White with #4610F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4610F7; }
p { color: rgb(70,16,247); }
H1.HeaderClassName
{
color: #4610F7;
}
.AnyTagClassName
{
color: #4610F7;
}
</style>
background-color css
<style>
a { background-color: #4610F7; }
a { background-color: rgb(70,16,247); }
div.DivClassName
{
background-color: #4610F7;
}
.BgClassName
{
background-color: #4610F7;
}
</style>
border-color css
<style>
span { border-color: #4610F7; }
span { border-color: rgb(70,16,247); }
td.TdClassName
{
border-color: #4610F7;
}
.TagClassName
{
border-color: #4610F7;
}
</style>