Shades of Han Purple #5F1BFF
Tints of Han Purple #5F1BFF
RGB
CMYK
RGB Variations
Color information
#5F1BFF (or 0x5F1BFF) is known color: Han Purple. HEX triplet: 5F, 1B and FF. RGB value is (95,27,255). Sum of RGB (Red+Green+Blue) = 95+27+255=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1BFF is #A0E400. Grayscale: #484848. Windows color (decimal): -10544129 or 16718687. OLE color: 16718687.
HSL color Cylindrical-coordinate representation of color #5F1BFF: hue angle of 257.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F1BFF is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 27 | 255 | - |
| CMYK | 0.63 | 0.89 | 0 | 0 |
| HSL | 257.89º | 1% | 0.55% | - |
| HSV(B) | 257.89º | 0.89% | 1% | - |
| XYZ | 23.16 | 10.44 | 95.4 | - |
| YUV | 73.32 | 230.53 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 255 | 0.63 | 0.89 | 0 | 0 | 257.89 | 1 | 0.55 |
| Hex | 5F | 1B | FF | 3F | 59 | 0 | 0 | 102 | 64 | 37 |
| Octal | 137 | 33 | 377 | 77 | 131 | 0 | 0 | 402 | 144 | 67 |
| Binary | 1011111 | 11011 | 11111111 | 111111 | 1011001 | 0 | 0 | 100000010 | 1100100 | 110111 |
Color Harmonies of #5F1BFF
Complementary color
Monochromatic Colors of #5F1BFF
Black with #5F1BFF
Text Example
Text Example
White with #5F1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1BFF; }
p { color: rgb(95,27,255); }
H1.HeaderClassName
{
color: #5F1BFF;
}
.AnyTagClassName
{
color: #5F1BFF;
}
</style>
background-color css
<style>
a { background-color: #5F1BFF; }
a { background-color: rgb(95,27,255); }
div.DivClassName
{
background-color: #5F1BFF;
}
.BgClassName
{
background-color: #5F1BFF;
}
</style>
border-color css
<style>
span { border-color: #5F1BFF; }
span { border-color: rgb(95,27,255); }
td.TdClassName
{
border-color: #5F1BFF;
}
.TagClassName
{
border-color: #5F1BFF;
}
</style>