Shades of Han Purple #5F2DFB
Tints of Han Purple #5F2DFB
RGB
CMYK
RGB Variations
Color information
#5F2DFB (or 0x5F2DFB) is known color: Han Purple. HEX triplet: 5F, 2D and FB. RGB value is (95,45,251). Sum of RGB (Red+Green+Blue) = 95+45+251=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2DFB is #A0D204. Grayscale: #525252. Windows color (decimal): -10539525 or 16461151. OLE color: 16461151.
HSL color Cylindrical-coordinate representation of color #5F2DFB: hue angle of 254.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F2DFB is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 45 | 251 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.02 |
| HSL | 254.56º | 0.96% | 0.58% | - |
| HSV(B) | 254.56º | 0.82% | 0.98% | - |
| XYZ | 23.07 | 11.27 | 92.23 | - |
| YUV | 83.43 | 222.57 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 45 | 251 | 0.62 | 0.82 | 0 | 0.02 | 254.56 | 0.96 | 0.58 |
| Hex | 5F | 2D | FB | 3E | 52 | 0 | 2 | FF | 60 | 3A |
| Octal | 137 | 55 | 373 | 76 | 122 | 0 | 2 | 377 | 140 | 72 |
| Binary | 1011111 | 101101 | 11111011 | 111110 | 1010010 | 0 | 10 | 11111111 | 1100000 | 111010 |
Color Harmonies of #5F2DFB
Complementary color
Monochromatic Colors of #5F2DFB
Black with #5F2DFB
Text Example
Text Example
White with #5F2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2DFB; }
p { color: rgb(95,45,251); }
H1.HeaderClassName
{
color: #5F2DFB;
}
.AnyTagClassName
{
color: #5F2DFB;
}
</style>
background-color css
<style>
a { background-color: #5F2DFB; }
a { background-color: rgb(95,45,251); }
div.DivClassName
{
background-color: #5F2DFB;
}
.BgClassName
{
background-color: #5F2DFB;
}
</style>
border-color css
<style>
span { border-color: #5F2DFB; }
span { border-color: rgb(95,45,251); }
td.TdClassName
{
border-color: #5F2DFB;
}
.TagClassName
{
border-color: #5F2DFB;
}
</style>