Shades of Han Purple #5F29EA
Tints of Han Purple #5F29EA
RGB
CMYK
RGB Variations
Color information
#5F29EA (or 0x5F29EA) is known color: Han Purple. HEX triplet: 5F, 29 and EA. RGB value is (95,41,234). Sum of RGB (Red+Green+Blue) = 95+41+234=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F29EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F29EA is #A0D615. Grayscale: #4E4E4E. Windows color (decimal): -10540566 or 15346015. OLE color: 15346015.
HSL color Cylindrical-coordinate representation of color #5F29EA: hue angle of 256.79º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F29EA is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 41 | 234 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.08 |
| HSL | 256.79º | 0.82% | 0.54% | - |
| HSV(B) | 256.79º | 0.82% | 0.92% | - |
| XYZ | 20.36 | 9.96 | 78.69 | - |
| YUV | 79.15 | 215.39 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 234 | 0.59 | 0.82 | 0 | 0.08 | 256.79 | 0.82 | 0.54 |
| Hex | 5F | 29 | EA | 3B | 52 | 0 | 8 | 101 | 52 | 36 |
| Octal | 137 | 51 | 352 | 73 | 122 | 0 | 10 | 401 | 122 | 66 |
| Binary | 1011111 | 101001 | 11101010 | 111011 | 1010010 | 0 | 1000 | 100000001 | 1010010 | 110110 |
Color Harmonies of #5F29EA
Complementary color
Monochromatic Colors of #5F29EA
Black with #5F29EA
Text Example
Text Example
White with #5F29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F29EA; }
p { color: rgb(95,41,234); }
H1.HeaderClassName
{
color: #5F29EA;
}
.AnyTagClassName
{
color: #5F29EA;
}
</style>
background-color css
<style>
a { background-color: #5F29EA; }
a { background-color: rgb(95,41,234); }
div.DivClassName
{
background-color: #5F29EA;
}
.BgClassName
{
background-color: #5F29EA;
}
</style>
border-color css
<style>
span { border-color: #5F29EA; }
span { border-color: rgb(95,41,234); }
td.TdClassName
{
border-color: #5F29EA;
}
.TagClassName
{
border-color: #5F29EA;
}
</style>