Shades of Han Purple #5935FE
Tints of Han Purple #5935FE
RGB
CMYK
RGB Variations
Color information
#5935FE (or 0x5935FE) is known color: Han Purple. HEX triplet: 59, 35 and FE. RGB value is (89,53,254). Sum of RGB (Red+Green+Blue) = 89+53+254=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #5935FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5935FE is #A6CA01. Grayscale: #555555. Windows color (decimal): -10930690 or 16659801. OLE color: 16659801.
HSL color Cylindrical-coordinate representation of color #5935FE: hue angle of 250.75º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5935FE is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 53 | 254 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.00 |
| HSL | 250.75º | 0.99% | 0.6% | - |
| HSV(B) | 250.75º | 0.79% | 1% | - |
| XYZ | 23.28 | 11.83 | 94.82 | - |
| YUV | 86.68 | 222.43 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 254 | 0.65 | 0.79 | 0 | 0.00 | 250.75 | 0.99 | 0.6 |
| Hex | 59 | 35 | FE | 41 | 4F | 0 | 0 | FB | 63 | 3C |
| Octal | 131 | 65 | 376 | 101 | 117 | 0 | 0 | 373 | 143 | 74 |
| Binary | 1011001 | 110101 | 11111110 | 1000001 | 1001111 | 0 | 0 | 11111011 | 1100011 | 111100 |
Color Harmonies of #5935FE
Complementary color
Monochromatic Colors of #5935FE
Black with #5935FE
Text Example
Text Example
White with #5935FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5935FE; }
p { color: rgb(89,53,254); }
H1.HeaderClassName
{
color: #5935FE;
}
.AnyTagClassName
{
color: #5935FE;
}
</style>
background-color css
<style>
a { background-color: #5935FE; }
a { background-color: rgb(89,53,254); }
div.DivClassName
{
background-color: #5935FE;
}
.BgClassName
{
background-color: #5935FE;
}
</style>
border-color css
<style>
span { border-color: #5935FE; }
span { border-color: rgb(89,53,254); }
td.TdClassName
{
border-color: #5935FE;
}
.TagClassName
{
border-color: #5935FE;
}
</style>