Shades of Han Purple #5F29FF
Tints of Han Purple #5F29FF
RGB
CMYK
RGB Variations
Color information
#5F29FF (or 0x5F29FF) is known color: Han Purple. HEX triplet: 5F, 29 and FF. RGB value is (95,41,255). Sum of RGB (Red+Green+Blue) = 95+41+255=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F29FF is #A0D600. Grayscale: #505050. Windows color (decimal): -10540545 or 16722271. OLE color: 16722271.
HSL color Cylindrical-coordinate representation of color #5F29FF: hue angle of 255.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F29FF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 41 | 255 | - |
| CMYK | 0.63 | 0.84 | 0 | 0 |
| HSL | 255.14º | 1% | 0.58% | - |
| HSV(B) | 255.14º | 0.84% | 1% | - |
| XYZ | 23.56 | 11.24 | 95.54 | - |
| YUV | 81.54 | 225.89 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 255 | 0.63 | 0.84 | 0 | 0 | 255.14 | 1 | 0.58 |
| Hex | 5F | 29 | FF | 3F | 54 | 0 | 0 | FF | 64 | 3A |
| Octal | 137 | 51 | 377 | 77 | 124 | 0 | 0 | 377 | 144 | 72 |
| Binary | 1011111 | 101001 | 11111111 | 111111 | 1010100 | 0 | 0 | 11111111 | 1100100 | 111010 |
Color Harmonies of #5F29FF
Complementary color
Monochromatic Colors of #5F29FF
Black with #5F29FF
Text Example
Text Example
White with #5F29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F29FF; }
p { color: rgb(95,41,255); }
H1.HeaderClassName
{
color: #5F29FF;
}
.AnyTagClassName
{
color: #5F29FF;
}
</style>
background-color css
<style>
a { background-color: #5F29FF; }
a { background-color: rgb(95,41,255); }
div.DivClassName
{
background-color: #5F29FF;
}
.BgClassName
{
background-color: #5F29FF;
}
</style>
border-color css
<style>
span { border-color: #5F29FF; }
span { border-color: rgb(95,41,255); }
td.TdClassName
{
border-color: #5F29FF;
}
.TagClassName
{
border-color: #5F29FF;
}
</style>