Shades of Han Purple #5B08DE
Tints of Han Purple #5B08DE
RGB
CMYK
RGB Variations
Color information
#5B08DE (or 0x5B08DE) is known color: Han Purple. HEX triplet: 5B, 08 and DE. RGB value is (91,8,222). Sum of RGB (Red+Green+Blue) = 91+8+222=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B08DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B08DE is #A4F721. Grayscale: #383838. Windows color (decimal): -10811170 or 14551131. OLE color: 14551131.
HSL color Cylindrical-coordinate representation of color #5B08DE: hue angle of 263.27º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B08DE is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 8 | 222 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.13 |
| HSL | 263.27º | 0.93% | 0.45% | - |
| HSV(B) | 263.27º | 0.96% | 0.87% | - |
| XYZ | 17.59 | 7.67 | 69.66 | - |
| YUV | 57.21 | 221 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 222 | 0.59 | 0.96 | 0 | 0.13 | 263.27 | 0.93 | 0.45 |
| Hex | 5B | 8 | DE | 3B | 60 | 0 | D | 107 | 5D | 2D |
| Octal | 133 | 10 | 336 | 73 | 140 | 0 | 15 | 407 | 135 | 55 |
| Binary | 1011011 | 1000 | 11011110 | 111011 | 1100000 | 0 | 1101 | 100000111 | 1011101 | 101101 |
Color Harmonies of #5B08DE
Complementary color
Monochromatic Colors of #5B08DE
Black with #5B08DE
Text Example
Text Example
White with #5B08DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B08DE; }
p { color: rgb(91,8,222); }
H1.HeaderClassName
{
color: #5B08DE;
}
.AnyTagClassName
{
color: #5B08DE;
}
</style>
background-color css
<style>
a { background-color: #5B08DE; }
a { background-color: rgb(91,8,222); }
div.DivClassName
{
background-color: #5B08DE;
}
.BgClassName
{
background-color: #5B08DE;
}
</style>
border-color css
<style>
span { border-color: #5B08DE; }
span { border-color: rgb(91,8,222); }
td.TdClassName
{
border-color: #5B08DE;
}
.TagClassName
{
border-color: #5B08DE;
}
</style>