Shades of Han Purple #5F25FD
Tints of Han Purple #5F25FD
RGB
CMYK
RGB Variations
Color information
#5F25FD (or 0x5F25FD) is known color: Han Purple. HEX triplet: 5F, 25 and FD. RGB value is (95,37,253). Sum of RGB (Red+Green+Blue) = 95+37+253=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F25FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F25FD is #A0DA02. Grayscale: #4E4E4E. Windows color (decimal): -10541571 or 16590175. OLE color: 16590175.
HSL color Cylindrical-coordinate representation of color #5F25FD: hue angle of 256.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F25FD is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 37 | 253 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.01 |
| HSL | 256.11º | 0.98% | 0.57% | - |
| HSV(B) | 256.11º | 0.85% | 0.99% | - |
| XYZ | 23.11 | 10.85 | 93.8 | - |
| YUV | 78.97 | 226.22 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 253 | 0.62 | 0.85 | 0 | 0.01 | 256.11 | 0.98 | 0.57 |
| Hex | 5F | 25 | FD | 3E | 55 | 0 | 1 | 100 | 62 | 39 |
| Octal | 137 | 45 | 375 | 76 | 125 | 0 | 1 | 400 | 142 | 71 |
| Binary | 1011111 | 100101 | 11111101 | 111110 | 1010101 | 0 | 1 | 100000000 | 1100010 | 111001 |
Color Harmonies of #5F25FD
Complementary color
Monochromatic Colors of #5F25FD
Black with #5F25FD
Text Example
Text Example
White with #5F25FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F25FD; }
p { color: rgb(95,37,253); }
H1.HeaderClassName
{
color: #5F25FD;
}
.AnyTagClassName
{
color: #5F25FD;
}
</style>
background-color css
<style>
a { background-color: #5F25FD; }
a { background-color: rgb(95,37,253); }
div.DivClassName
{
background-color: #5F25FD;
}
.BgClassName
{
background-color: #5F25FD;
}
</style>
border-color css
<style>
span { border-color: #5F25FD; }
span { border-color: rgb(95,37,253); }
td.TdClassName
{
border-color: #5F25FD;
}
.TagClassName
{
border-color: #5F25FD;
}
</style>