Shades of Han Purple #5F1BFC
Tints of Han Purple #5F1BFC
RGB
CMYK
RGB Variations
Color information
#5F1BFC (or 0x5F1BFC) is known color: Han Purple. HEX triplet: 5F, 1B and FC. RGB value is (95,27,252). Sum of RGB (Red+Green+Blue) = 95+27+252=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F1BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1BFC is #A0E403. Grayscale: #484848. Windows color (decimal): -10544132 or 16522079. OLE color: 16522079.
HSL color Cylindrical-coordinate representation of color #5F1BFC: hue angle of 258.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F1BFC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 27 | 252 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.01 |
| HSL | 258.13º | 0.97% | 0.55% | - |
| HSV(B) | 258.13º | 0.89% | 0.99% | - |
| XYZ | 22.68 | 10.25 | 92.88 | - |
| YUV | 72.98 | 229.03 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 252 | 0.62 | 0.89 | 0 | 0.01 | 258.13 | 0.97 | 0.55 |
| Hex | 5F | 1B | FC | 3E | 59 | 0 | 1 | 102 | 61 | 37 |
| Octal | 137 | 33 | 374 | 76 | 131 | 0 | 1 | 402 | 141 | 67 |
| Binary | 1011111 | 11011 | 11111100 | 111110 | 1011001 | 0 | 1 | 100000010 | 1100001 | 110111 |
Color Harmonies of #5F1BFC
Complementary color
Monochromatic Colors of #5F1BFC
Black with #5F1BFC
Text Example
Text Example
White with #5F1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1BFC; }
p { color: rgb(95,27,252); }
H1.HeaderClassName
{
color: #5F1BFC;
}
.AnyTagClassName
{
color: #5F1BFC;
}
</style>
background-color css
<style>
a { background-color: #5F1BFC; }
a { background-color: rgb(95,27,252); }
div.DivClassName
{
background-color: #5F1BFC;
}
.BgClassName
{
background-color: #5F1BFC;
}
</style>
border-color css
<style>
span { border-color: #5F1BFC; }
span { border-color: rgb(95,27,252); }
td.TdClassName
{
border-color: #5F1BFC;
}
.TagClassName
{
border-color: #5F1BFC;
}
</style>