Shades of Han Purple #5923FF
Tints of Han Purple #5923FF
RGB
CMYK
RGB Variations
Color information
#5923FF (or 0x5923FF) is known color: Han Purple. HEX triplet: 59, 23 and FF. RGB value is (89,35,255). Sum of RGB (Red+Green+Blue) = 89+35+255=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #5923FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5923FF is #A6DC00. Grayscale: #4B4B4B. Windows color (decimal): -10935297 or 16720729. OLE color: 16720729.
HSL color Cylindrical-coordinate representation of color #5923FF: hue angle of 254.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5923FF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 35 | 255 | - |
| CMYK | 0.65 | 0.86 | 0 | 0 |
| HSL | 254.73º | 1% | 0.57% | - |
| HSV(B) | 254.73º | 0.86% | 1% | - |
| XYZ | 22.77 | 10.55 | 95.44 | - |
| YUV | 76.23 | 228.89 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 255 | 0.65 | 0.86 | 0 | 0 | 254.73 | 1 | 0.57 |
| Hex | 59 | 23 | FF | 41 | 56 | 0 | 0 | FF | 64 | 39 |
| Octal | 131 | 43 | 377 | 101 | 126 | 0 | 0 | 377 | 144 | 71 |
| Binary | 1011001 | 100011 | 11111111 | 1000001 | 1010110 | 0 | 0 | 11111111 | 1100100 | 111001 |
Color Harmonies of #5923FF
Complementary color
Monochromatic Colors of #5923FF
Black with #5923FF
Text Example
Text Example
White with #5923FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5923FF; }
p { color: rgb(89,35,255); }
H1.HeaderClassName
{
color: #5923FF;
}
.AnyTagClassName
{
color: #5923FF;
}
</style>
background-color css
<style>
a { background-color: #5923FF; }
a { background-color: rgb(89,35,255); }
div.DivClassName
{
background-color: #5923FF;
}
.BgClassName
{
background-color: #5923FF;
}
</style>
border-color css
<style>
span { border-color: #5923FF; }
span { border-color: rgb(89,35,255); }
td.TdClassName
{
border-color: #5923FF;
}
.TagClassName
{
border-color: #5923FF;
}
</style>