Shades of Han Purple #5F2EFF
Tints of Han Purple #5F2EFF
RGB
CMYK
RGB Variations
Color information
#5F2EFF (or 0x5F2EFF) is known color: Han Purple. HEX triplet: 5F, 2E and FF. RGB value is (95,46,255). Sum of RGB (Red+Green+Blue) = 95+46+255=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F2EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2EFF is #A0D100. Grayscale: #535353. Windows color (decimal): -10539265 or 16723551. OLE color: 16723551.
HSL color Cylindrical-coordinate representation of color #5F2EFF: hue angle of 254.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F2EFF is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 46 | 255 | - |
| CMYK | 0.63 | 0.82 | 0 | 0 |
| HSL | 254.07º | 1% | 0.59% | - |
| HSV(B) | 254.07º | 0.82% | 1% | - |
| XYZ | 23.75 | 11.61 | 95.6 | - |
| YUV | 84.48 | 224.23 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 255 | 0.63 | 0.82 | 0 | 0 | 254.07 | 1 | 0.59 |
| Hex | 5F | 2E | FF | 3F | 52 | 0 | 0 | FE | 64 | 3B |
| Octal | 137 | 56 | 377 | 77 | 122 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1011111 | 101110 | 11111111 | 111111 | 1010010 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #5F2EFF
Complementary color
Monochromatic Colors of #5F2EFF
Black with #5F2EFF
Text Example
Text Example
White with #5F2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2EFF; }
p { color: rgb(95,46,255); }
H1.HeaderClassName
{
color: #5F2EFF;
}
.AnyTagClassName
{
color: #5F2EFF;
}
</style>
background-color css
<style>
a { background-color: #5F2EFF; }
a { background-color: rgb(95,46,255); }
div.DivClassName
{
background-color: #5F2EFF;
}
.BgClassName
{
background-color: #5F2EFF;
}
</style>
border-color css
<style>
span { border-color: #5F2EFF; }
span { border-color: rgb(95,46,255); }
td.TdClassName
{
border-color: #5F2EFF;
}
.TagClassName
{
border-color: #5F2EFF;
}
</style>