Shades of Han Purple #5933FD
Tints of Han Purple #5933FD
RGB
CMYK
RGB Variations
Color information
#5933FD (or 0x5933FD) is known color: Han Purple. HEX triplet: 59, 33 and FD. RGB value is (89,51,253). Sum of RGB (Red+Green+Blue) = 89+51+253=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #5933FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5933FD is #A6CC02. Grayscale: #545454. Windows color (decimal): -10931203 or 16593753. OLE color: 16593753.
HSL color Cylindrical-coordinate representation of color #5933FD: hue angle of 251.29º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5933FD is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 51 | 253 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.01 |
| HSL | 251.29º | 0.98% | 0.6% | - |
| HSV(B) | 251.29º | 0.8% | 0.99% | - |
| XYZ | 23.03 | 11.58 | 93.95 | - |
| YUV | 85.39 | 222.59 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 253 | 0.65 | 0.80 | 0 | 0.01 | 251.29 | 0.98 | 0.6 |
| Hex | 59 | 33 | FD | 41 | 50 | 0 | 1 | FB | 62 | 3C |
| Octal | 131 | 63 | 375 | 101 | 120 | 0 | 1 | 373 | 142 | 74 |
| Binary | 1011001 | 110011 | 11111101 | 1000001 | 1010000 | 0 | 1 | 11111011 | 1100010 | 111100 |
Color Harmonies of #5933FD
Complementary color
Monochromatic Colors of #5933FD
Black with #5933FD
Text Example
Text Example
White with #5933FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5933FD; }
p { color: rgb(89,51,253); }
H1.HeaderClassName
{
color: #5933FD;
}
.AnyTagClassName
{
color: #5933FD;
}
</style>
background-color css
<style>
a { background-color: #5933FD; }
a { background-color: rgb(89,51,253); }
div.DivClassName
{
background-color: #5933FD;
}
.BgClassName
{
background-color: #5933FD;
}
</style>
border-color css
<style>
span { border-color: #5933FD; }
span { border-color: rgb(89,51,253); }
td.TdClassName
{
border-color: #5933FD;
}
.TagClassName
{
border-color: #5933FD;
}
</style>