Shades of Han Purple #5934FD
Tints of Han Purple #5934FD
RGB
CMYK
RGB Variations
Color information
#5934FD (or 0x5934FD) is known color: Han Purple. HEX triplet: 59, 34 and FD. RGB value is (89,52,253). Sum of RGB (Red+Green+Blue) = 89+52+253=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #5934FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5934FD is #A6CB02. Grayscale: #555555. Windows color (decimal): -10930947 or 16594009. OLE color: 16594009.
HSL color Cylindrical-coordinate representation of color #5934FD: hue angle of 251.04º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5934FD is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 52 | 253 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.01 |
| HSL | 251.04º | 0.98% | 0.6% | - |
| HSV(B) | 251.04º | 0.79% | 0.99% | - |
| XYZ | 23.08 | 11.67 | 93.97 | - |
| YUV | 85.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 253 | 0.65 | 0.79 | 0 | 0.01 | 251.04 | 0.98 | 0.6 |
| Hex | 59 | 34 | FD | 41 | 4F | 0 | 1 | FB | 62 | 3C |
| Octal | 131 | 64 | 375 | 101 | 117 | 0 | 1 | 373 | 142 | 74 |
| Binary | 1011001 | 110100 | 11111101 | 1000001 | 1001111 | 0 | 1 | 11111011 | 1100010 | 111100 |
Color Harmonies of #5934FD
Complementary color
Monochromatic Colors of #5934FD
Black with #5934FD
Text Example
Text Example
White with #5934FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5934FD; }
p { color: rgb(89,52,253); }
H1.HeaderClassName
{
color: #5934FD;
}
.AnyTagClassName
{
color: #5934FD;
}
</style>
background-color css
<style>
a { background-color: #5934FD; }
a { background-color: rgb(89,52,253); }
div.DivClassName
{
background-color: #5934FD;
}
.BgClassName
{
background-color: #5934FD;
}
</style>
border-color css
<style>
span { border-color: #5934FD; }
span { border-color: rgb(89,52,253); }
td.TdClassName
{
border-color: #5934FD;
}
.TagClassName
{
border-color: #5934FD;
}
</style>