Shades of Han Purple #5D10FE
Tints of Han Purple #5D10FE
RGB
CMYK
RGB Variations
Color information
#5D10FE (or 0x5D10FE) is known color: Han Purple. HEX triplet: 5D, 10 and FE. RGB value is (93,16,254). Sum of RGB (Red+Green+Blue) = 93+16+254=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D10FE is #A2EF01. Grayscale: #414141. Windows color (decimal): -10678018 or 16650333. OLE color: 16650333.
HSL color Cylindrical-coordinate representation of color #5D10FE: hue angle of 259.41º 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 #5D10FE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 16 | 254 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.00 |
| HSL | 259.41º | 0.99% | 0.53% | - |
| HSV(B) | 259.41º | 0.94% | 1% | - |
| XYZ | 22.59 | 9.85 | 94.48 | - |
| YUV | 66.16 | 234.01 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 254 | 0.63 | 0.94 | 0 | 0.00 | 259.41 | 0.99 | 0.53 |
| Hex | 5D | 10 | FE | 3F | 5E | 0 | 0 | 103 | 63 | 35 |
| Octal | 135 | 20 | 376 | 77 | 136 | 0 | 0 | 403 | 143 | 65 |
| Binary | 1011101 | 10000 | 11111110 | 111111 | 1011110 | 0 | 0 | 100000011 | 1100011 | 110101 |
Color Harmonies of #5D10FE
Complementary color
Monochromatic Colors of #5D10FE
Black with #5D10FE
Text Example
Text Example
White with #5D10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D10FE; }
p { color: rgb(93,16,254); }
H1.HeaderClassName
{
color: #5D10FE;
}
.AnyTagClassName
{
color: #5D10FE;
}
</style>
background-color css
<style>
a { background-color: #5D10FE; }
a { background-color: rgb(93,16,254); }
div.DivClassName
{
background-color: #5D10FE;
}
.BgClassName
{
background-color: #5D10FE;
}
</style>
border-color css
<style>
span { border-color: #5D10FE; }
span { border-color: rgb(93,16,254); }
td.TdClassName
{
border-color: #5D10FE;
}
.TagClassName
{
border-color: #5D10FE;
}
</style>