Shades of Han Purple #5F36FF
Tints of Han Purple #5F36FF
RGB
CMYK
RGB Variations
Color information
#5F36FF (or 0x5F36FF) is known color: Han Purple. HEX triplet: 5F, 36 and FF. RGB value is (95,54,255). Sum of RGB (Red+Green+Blue) = 95+54+255=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F36FF is #A0C900. Grayscale: #585858. Windows color (decimal): -10537217 or 16725599. OLE color: 16725599.
HSL color Cylindrical-coordinate representation of color #5F36FF: hue angle of 252.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F36FF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 54 | 255 | - |
| CMYK | 0.63 | 0.79 | 0 | 0 |
| HSL | 252.24º | 1% | 0.61% | - |
| HSV(B) | 252.24º | 0.79% | 1% | - |
| XYZ | 24.09 | 12.29 | 95.71 | - |
| YUV | 89.17 | 221.58 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 255 | 0.63 | 0.79 | 0 | 0 | 252.24 | 1 | 0.61 |
| Hex | 5F | 36 | FF | 3F | 4F | 0 | 0 | FC | 64 | 3D |
| Octal | 137 | 66 | 377 | 77 | 117 | 0 | 0 | 374 | 144 | 75 |
| Binary | 1011111 | 110110 | 11111111 | 111111 | 1001111 | 0 | 0 | 11111100 | 1100100 | 111101 |
Color Harmonies of #5F36FF
Complementary color
Monochromatic Colors of #5F36FF
Black with #5F36FF
Text Example
Text Example
White with #5F36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F36FF; }
p { color: rgb(95,54,255); }
H1.HeaderClassName
{
color: #5F36FF;
}
.AnyTagClassName
{
color: #5F36FF;
}
</style>
background-color css
<style>
a { background-color: #5F36FF; }
a { background-color: rgb(95,54,255); }
div.DivClassName
{
background-color: #5F36FF;
}
.BgClassName
{
background-color: #5F36FF;
}
</style>
border-color css
<style>
span { border-color: #5F36FF; }
span { border-color: rgb(95,54,255); }
td.TdClassName
{
border-color: #5F36FF;
}
.TagClassName
{
border-color: #5F36FF;
}
</style>