Shades of Han Purple #5F25FF
Tints of Han Purple #5F25FF
RGB
CMYK
RGB Variations
Color information
#5F25FF (or 0x5F25FF) is known color: Han Purple. HEX triplet: 5F, 25 and FF. RGB value is (95,37,255). Sum of RGB (Red+Green+Blue) = 95+37+255=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F25FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F25FF is #A0DA00. Grayscale: #4E4E4E. Windows color (decimal): -10541569 or 16721247. OLE color: 16721247.
HSL color Cylindrical-coordinate representation of color #5F25FF: hue angle of 255.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F25FF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 37 | 255 | - |
| CMYK | 0.63 | 0.85 | 0 | 0 |
| HSL | 255.96º | 1% | 0.57% | - |
| HSV(B) | 255.96º | 0.85% | 1% | - |
| XYZ | 23.43 | 10.98 | 95.49 | - |
| YUV | 79.19 | 227.22 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 255 | 0.63 | 0.85 | 0 | 0 | 255.96 | 1 | 0.57 |
| Hex | 5F | 25 | FF | 3F | 55 | 0 | 0 | 100 | 64 | 39 |
| Octal | 137 | 45 | 377 | 77 | 125 | 0 | 0 | 400 | 144 | 71 |
| Binary | 1011111 | 100101 | 11111111 | 111111 | 1010101 | 0 | 0 | 100000000 | 1100100 | 111001 |
Color Harmonies of #5F25FF
Complementary color
Monochromatic Colors of #5F25FF
Black with #5F25FF
Text Example
Text Example
White with #5F25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F25FF; }
p { color: rgb(95,37,255); }
H1.HeaderClassName
{
color: #5F25FF;
}
.AnyTagClassName
{
color: #5F25FF;
}
</style>
background-color css
<style>
a { background-color: #5F25FF; }
a { background-color: rgb(95,37,255); }
div.DivClassName
{
background-color: #5F25FF;
}
.BgClassName
{
background-color: #5F25FF;
}
</style>
border-color css
<style>
span { border-color: #5F25FF; }
span { border-color: rgb(95,37,255); }
td.TdClassName
{
border-color: #5F25FF;
}
.TagClassName
{
border-color: #5F25FF;
}
</style>