Shades of Han Purple #5933FC
Tints of Han Purple #5933FC
RGB
CMYK
RGB Variations
Color information
#5933FC (or 0x5933FC) is known color: Han Purple. HEX triplet: 59, 33 and FC. RGB value is (89,51,252). Sum of RGB (Red+Green+Blue) = 89+51+252=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #5933FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5933FC is #A6CC03. Grayscale: #545454. Windows color (decimal): -10931204 or 16528217. OLE color: 16528217.
HSL color Cylindrical-coordinate representation of color #5933FC: hue angle of 251.34º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5933FC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 51 | 252 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.01 |
| HSL | 251.34º | 0.97% | 0.59% | - |
| HSV(B) | 251.34º | 0.8% | 0.99% | - |
| XYZ | 22.87 | 11.52 | 93.11 | - |
| YUV | 85.28 | 222.09 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 252 | 0.65 | 0.80 | 0 | 0.01 | 251.34 | 0.97 | 0.59 |
| Hex | 59 | 33 | FC | 41 | 50 | 0 | 1 | FB | 61 | 3B |
| Octal | 131 | 63 | 374 | 101 | 120 | 0 | 1 | 373 | 141 | 73 |
| Binary | 1011001 | 110011 | 11111100 | 1000001 | 1010000 | 0 | 1 | 11111011 | 1100001 | 111011 |
Color Harmonies of #5933FC
Complementary color
Monochromatic Colors of #5933FC
Black with #5933FC
Text Example
Text Example
White with #5933FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5933FC; }
p { color: rgb(89,51,252); }
H1.HeaderClassName
{
color: #5933FC;
}
.AnyTagClassName
{
color: #5933FC;
}
</style>
background-color css
<style>
a { background-color: #5933FC; }
a { background-color: rgb(89,51,252); }
div.DivClassName
{
background-color: #5933FC;
}
.BgClassName
{
background-color: #5933FC;
}
</style>
border-color css
<style>
span { border-color: #5933FC; }
span { border-color: rgb(89,51,252); }
td.TdClassName
{
border-color: #5933FC;
}
.TagClassName
{
border-color: #5933FC;
}
</style>