Shades of Han Purple #5B08DA
Tints of Han Purple #5B08DA
RGB
CMYK
RGB Variations
Color information
#5B08DA (or 0x5B08DA) is known color: Han Purple. HEX triplet: 5B, 08 and DA. RGB value is (91,8,218). Sum of RGB (Red+Green+Blue) = 91+8+218=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B08DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B08DA is #A4F725. Grayscale: #383838. Windows color (decimal): -10811174 or 14288987. OLE color: 14288987.
HSL color Cylindrical-coordinate representation of color #5B08DA: hue angle of 263.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B08DA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 8 | 218 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.15 |
| HSL | 263.71º | 0.93% | 0.44% | - |
| HSV(B) | 263.71º | 0.96% | 0.85% | - |
| XYZ | 17.06 | 7.46 | 66.87 | - |
| YUV | 56.76 | 219 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 218 | 0.58 | 0.96 | 0 | 0.15 | 263.71 | 0.93 | 0.44 |
| Hex | 5B | 8 | DA | 3A | 60 | 0 | F | 108 | 5D | 2C |
| Octal | 133 | 10 | 332 | 72 | 140 | 0 | 17 | 410 | 135 | 54 |
| Binary | 1011011 | 1000 | 11011010 | 111010 | 1100000 | 0 | 1111 | 100001000 | 1011101 | 101100 |
Color Harmonies of #5B08DA
Complementary color
Monochromatic Colors of #5B08DA
Black with #5B08DA
Text Example
Text Example
White with #5B08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B08DA; }
p { color: rgb(91,8,218); }
H1.HeaderClassName
{
color: #5B08DA;
}
.AnyTagClassName
{
color: #5B08DA;
}
</style>
background-color css
<style>
a { background-color: #5B08DA; }
a { background-color: rgb(91,8,218); }
div.DivClassName
{
background-color: #5B08DA;
}
.BgClassName
{
background-color: #5B08DA;
}
</style>
border-color css
<style>
span { border-color: #5B08DA; }
span { border-color: rgb(91,8,218); }
td.TdClassName
{
border-color: #5B08DA;
}
.TagClassName
{
border-color: #5B08DA;
}
</style>