Shades of Han Purple #5F10FE
Tints of Han Purple #5F10FE
RGB
CMYK
RGB Variations
Color information
#5F10FE (or 0x5F10FE) is known color: Han Purple. HEX triplet: 5F, 10 and FE. RGB value is (95,16,254). Sum of RGB (Red+Green+Blue) = 95+16+254=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F10FE is #A0EF01. Grayscale: #414141. Windows color (decimal): -10546946 or 16650335. OLE color: 16650335.
HSL color Cylindrical-coordinate representation of color #5F10FE: hue angle of 259.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F10FE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 16 | 254 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.00 |
| HSL | 259.92º | 0.99% | 0.53% | - |
| HSV(B) | 259.92º | 0.94% | 1% | - |
| XYZ | 22.79 | 9.96 | 94.49 | - |
| YUV | 66.75 | 233.67 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 254 | 0.63 | 0.94 | 0 | 0.00 | 259.92 | 0.99 | 0.53 |
| Hex | 5F | 10 | FE | 3F | 5E | 0 | 0 | 104 | 63 | 35 |
| Octal | 137 | 20 | 376 | 77 | 136 | 0 | 0 | 404 | 143 | 65 |
| Binary | 1011111 | 10000 | 11111110 | 111111 | 1011110 | 0 | 0 | 100000100 | 1100011 | 110101 |
Color Harmonies of #5F10FE
Complementary color
Monochromatic Colors of #5F10FE
Black with #5F10FE
Text Example
Text Example
White with #5F10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F10FE; }
p { color: rgb(95,16,254); }
H1.HeaderClassName
{
color: #5F10FE;
}
.AnyTagClassName
{
color: #5F10FE;
}
</style>
background-color css
<style>
a { background-color: #5F10FE; }
a { background-color: rgb(95,16,254); }
div.DivClassName
{
background-color: #5F10FE;
}
.BgClassName
{
background-color: #5F10FE;
}
</style>
border-color css
<style>
span { border-color: #5F10FE; }
span { border-color: rgb(95,16,254); }
td.TdClassName
{
border-color: #5F10FE;
}
.TagClassName
{
border-color: #5F10FE;
}
</style>