Shades of Han Purple #5E35FF
Tints of Han Purple #5E35FF
RGB
CMYK
RGB Variations
Color information
#5E35FF (or 0x5E35FF) is known color: Han Purple. HEX triplet: 5E, 35 and FF. RGB value is (94,53,255). Sum of RGB (Red+Green+Blue) = 94+53+255=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E35FF is #A1CA00. Grayscale: #575757. Windows color (decimal): -10603009 or 16725342. OLE color: 16725342.
HSL color Cylindrical-coordinate representation of color #5E35FF: hue angle of 252.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E35FF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 53 | 255 | - |
| CMYK | 0.63 | 0.79 | 0 | 0 |
| HSL | 252.18º | 1% | 0.6% | - |
| HSV(B) | 252.18º | 0.79% | 1% | - |
| XYZ | 23.94 | 12.15 | 95.69 | - |
| YUV | 88.29 | 222.08 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 255 | 0.63 | 0.79 | 0 | 0 | 252.18 | 1 | 0.6 |
| Hex | 5E | 35 | FF | 3F | 4F | 0 | 0 | FC | 64 | 3C |
| Octal | 136 | 65 | 377 | 77 | 117 | 0 | 0 | 374 | 144 | 74 |
| Binary | 1011110 | 110101 | 11111111 | 111111 | 1001111 | 0 | 0 | 11111100 | 1100100 | 111100 |
Color Harmonies of #5E35FF
Complementary color
Monochromatic Colors of #5E35FF
Black with #5E35FF
Text Example
Text Example
White with #5E35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E35FF; }
p { color: rgb(94,53,255); }
H1.HeaderClassName
{
color: #5E35FF;
}
.AnyTagClassName
{
color: #5E35FF;
}
</style>
background-color css
<style>
a { background-color: #5E35FF; }
a { background-color: rgb(94,53,255); }
div.DivClassName
{
background-color: #5E35FF;
}
.BgClassName
{
background-color: #5E35FF;
}
</style>
border-color css
<style>
span { border-color: #5E35FF; }
span { border-color: rgb(94,53,255); }
td.TdClassName
{
border-color: #5E35FF;
}
.TagClassName
{
border-color: #5E35FF;
}
</style>