Shades of Han Purple #5B23F3
Tints of Han Purple #5B23F3
RGB
CMYK
RGB Variations
Color information
#5B23F3 (or 0x5B23F3) is known color: Han Purple. HEX triplet: 5B, 23 and F3. RGB value is (91,35,243). Sum of RGB (Red+Green+Blue) = 91+35+243=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 243 (95.31% from 255 or 65.85% from 369); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B23F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B23F3 is #A4DC0C. Grayscale: #4A4A4A. Windows color (decimal): -10804237 or 15934299. OLE color: 15934299.
HSL color Cylindrical-coordinate representation of color #5B23F3: hue angle of 256.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B23F3 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 35 | 243 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.05 |
| HSL | 256.15º | 0.9% | 0.55% | - |
| HSV(B) | 256.15º | 0.86% | 0.95% | - |
| XYZ | 21.09 | 9.9 | 85.59 | - |
| YUV | 75.46 | 222.55 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 243 | 0.63 | 0.86 | 0 | 0.05 | 256.15 | 0.9 | 0.55 |
| Hex | 5B | 23 | F3 | 3F | 56 | 0 | 5 | 100 | 5A | 37 |
| Octal | 133 | 43 | 363 | 77 | 126 | 0 | 5 | 400 | 132 | 67 |
| Binary | 1011011 | 100011 | 11110011 | 111111 | 1010110 | 0 | 101 | 100000000 | 1011010 | 110111 |
Color Harmonies of #5B23F3
Complementary color
Monochromatic Colors of #5B23F3
Black with #5B23F3
Text Example
Text Example
White with #5B23F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23F3; }
p { color: rgb(91,35,243); }
H1.HeaderClassName
{
color: #5B23F3;
}
.AnyTagClassName
{
color: #5B23F3;
}
</style>
background-color css
<style>
a { background-color: #5B23F3; }
a { background-color: rgb(91,35,243); }
div.DivClassName
{
background-color: #5B23F3;
}
.BgClassName
{
background-color: #5B23F3;
}
</style>
border-color css
<style>
span { border-color: #5B23F3; }
span { border-color: rgb(91,35,243); }
td.TdClassName
{
border-color: #5B23F3;
}
.TagClassName
{
border-color: #5B23F3;
}
</style>