Shades of Han Purple #5F25FE
Tints of Han Purple #5F25FE
RGB
CMYK
RGB Variations
Color information
#5F25FE (or 0x5F25FE) is known color: Han Purple. HEX triplet: 5F, 25 and FE. RGB value is (95,37,254). Sum of RGB (Red+Green+Blue) = 95+37+254=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F25FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F25FE is #A0DA01. Grayscale: #4E4E4E. Windows color (decimal): -10541570 or 16655711. OLE color: 16655711.
HSL color Cylindrical-coordinate representation of color #5F25FE: hue angle of 256.04º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F25FE is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 37 | 254 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.00 |
| HSL | 256.04º | 0.99% | 0.57% | - |
| HSV(B) | 256.04º | 0.85% | 1% | - |
| XYZ | 23.27 | 10.91 | 94.65 | - |
| YUV | 79.08 | 226.72 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 254 | 0.63 | 0.85 | 0 | 0.00 | 256.04 | 0.99 | 0.57 |
| Hex | 5F | 25 | FE | 3F | 55 | 0 | 0 | 100 | 63 | 39 |
| Octal | 137 | 45 | 376 | 77 | 125 | 0 | 0 | 400 | 143 | 71 |
| Binary | 1011111 | 100101 | 11111110 | 111111 | 1010101 | 0 | 0 | 100000000 | 1100011 | 111001 |
Color Harmonies of #5F25FE
Complementary color
Monochromatic Colors of #5F25FE
Black with #5F25FE
Text Example
Text Example
White with #5F25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F25FE; }
p { color: rgb(95,37,254); }
H1.HeaderClassName
{
color: #5F25FE;
}
.AnyTagClassName
{
color: #5F25FE;
}
</style>
background-color css
<style>
a { background-color: #5F25FE; }
a { background-color: rgb(95,37,254); }
div.DivClassName
{
background-color: #5F25FE;
}
.BgClassName
{
background-color: #5F25FE;
}
</style>
border-color css
<style>
span { border-color: #5F25FE; }
span { border-color: rgb(95,37,254); }
td.TdClassName
{
border-color: #5F25FE;
}
.TagClassName
{
border-color: #5F25FE;
}
</style>