Shades of Han Purple #5B23FC
Tints of Han Purple #5B23FC
RGB
CMYK
RGB Variations
Color information
#5B23FC (or 0x5B23FC) is known color: Han Purple. HEX triplet: 5B, 23 and FC. RGB value is (91,35,252). Sum of RGB (Red+Green+Blue) = 91+35+252=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B23FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B23FC is #A4DC03. Grayscale: #4B4B4B. Windows color (decimal): -10804228 or 16524123. OLE color: 16524123.
HSL color Cylindrical-coordinate representation of color #5B23FC: hue angle of 255.48º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B23FC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 35 | 252 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.01 |
| HSL | 255.48º | 0.97% | 0.56% | - |
| HSV(B) | 255.48º | 0.86% | 0.99% | - |
| XYZ | 22.49 | 10.45 | 92.93 | - |
| YUV | 76.48 | 227.05 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 252 | 0.64 | 0.86 | 0 | 0.01 | 255.48 | 0.97 | 0.56 |
| Hex | 5B | 23 | FC | 40 | 56 | 0 | 1 | FF | 61 | 38 |
| Octal | 133 | 43 | 374 | 100 | 126 | 0 | 1 | 377 | 141 | 70 |
| Binary | 1011011 | 100011 | 11111100 | 1000000 | 1010110 | 0 | 1 | 11111111 | 1100001 | 111000 |
Color Harmonies of #5B23FC
Complementary color
Monochromatic Colors of #5B23FC
Black with #5B23FC
Text Example
Text Example
White with #5B23FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23FC; }
p { color: rgb(91,35,252); }
H1.HeaderClassName
{
color: #5B23FC;
}
.AnyTagClassName
{
color: #5B23FC;
}
</style>
background-color css
<style>
a { background-color: #5B23FC; }
a { background-color: rgb(91,35,252); }
div.DivClassName
{
background-color: #5B23FC;
}
.BgClassName
{
background-color: #5B23FC;
}
</style>
border-color css
<style>
span { border-color: #5B23FC; }
span { border-color: rgb(91,35,252); }
td.TdClassName
{
border-color: #5B23FC;
}
.TagClassName
{
border-color: #5B23FC;
}
</style>