Shades of Han Purple #5F2BFF
Tints of Han Purple #5F2BFF
RGB
CMYK
RGB Variations
Color information
#5F2BFF (or 0x5F2BFF) is known color: Han Purple. HEX triplet: 5F, 2B and FF. RGB value is (95,43,255). Sum of RGB (Red+Green+Blue) = 95+43+255=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F2BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2BFF is #A0D400. Grayscale: #515151. Windows color (decimal): -10540033 or 16722783. OLE color: 16722783.
HSL color Cylindrical-coordinate representation of color #5F2BFF: hue angle of 254.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F2BFF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 43 | 255 | - |
| CMYK | 0.63 | 0.83 | 0 | 0 |
| HSL | 254.72º | 1% | 0.58% | - |
| HSV(B) | 254.72º | 0.83% | 1% | - |
| XYZ | 23.63 | 11.38 | 95.56 | - |
| YUV | 82.72 | 225.23 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 43 | 255 | 0.63 | 0.83 | 0 | 0 | 254.72 | 1 | 0.58 |
| Hex | 5F | 2B | FF | 3F | 53 | 0 | 0 | FF | 64 | 3A |
| Octal | 137 | 53 | 377 | 77 | 123 | 0 | 0 | 377 | 144 | 72 |
| Binary | 1011111 | 101011 | 11111111 | 111111 | 1010011 | 0 | 0 | 11111111 | 1100100 | 111010 |
Color Harmonies of #5F2BFF
Complementary color
Monochromatic Colors of #5F2BFF
Black with #5F2BFF
Text Example
Text Example
White with #5F2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2BFF; }
p { color: rgb(95,43,255); }
H1.HeaderClassName
{
color: #5F2BFF;
}
.AnyTagClassName
{
color: #5F2BFF;
}
</style>
background-color css
<style>
a { background-color: #5F2BFF; }
a { background-color: rgb(95,43,255); }
div.DivClassName
{
background-color: #5F2BFF;
}
.BgClassName
{
background-color: #5F2BFF;
}
</style>
border-color css
<style>
span { border-color: #5F2BFF; }
span { border-color: rgb(95,43,255); }
td.TdClassName
{
border-color: #5F2BFF;
}
.TagClassName
{
border-color: #5F2BFF;
}
</style>