Shades of Han Purple #5B13DC
Tints of Han Purple #5B13DC
RGB
CMYK
RGB Variations
Color information
#5B13DC (or 0x5B13DC) is known color: Han Purple. HEX triplet: 5B, 13 and DC. RGB value is (91,19,220). Sum of RGB (Red+Green+Blue) = 91+19+220=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B13DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B13DC is #A4EC23. Grayscale: #3E3E3E. Windows color (decimal): -10808356 or 14422875. OLE color: 14422875.
HSL color Cylindrical-coordinate representation of color #5B13DC: hue angle of 261.49º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B13DC is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 19 | 220 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.14 |
| HSL | 261.49º | 0.84% | 0.47% | - |
| HSV(B) | 261.49º | 0.91% | 0.86% | - |
| XYZ | 17.47 | 7.86 | 68.31 | - |
| YUV | 63.44 | 216.35 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 220 | 0.59 | 0.91 | 0 | 0.14 | 261.49 | 0.84 | 0.47 |
| Hex | 5B | 13 | DC | 3B | 5B | 0 | E | 105 | 54 | 2F |
| Octal | 133 | 23 | 334 | 73 | 133 | 0 | 16 | 405 | 124 | 57 |
| Binary | 1011011 | 10011 | 11011100 | 111011 | 1011011 | 0 | 1110 | 100000101 | 1010100 | 101111 |
Color Harmonies of #5B13DC
Complementary color
Monochromatic Colors of #5B13DC
Black with #5B13DC
Text Example
Text Example
White with #5B13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B13DC; }
p { color: rgb(91,19,220); }
H1.HeaderClassName
{
color: #5B13DC;
}
.AnyTagClassName
{
color: #5B13DC;
}
</style>
background-color css
<style>
a { background-color: #5B13DC; }
a { background-color: rgb(91,19,220); }
div.DivClassName
{
background-color: #5B13DC;
}
.BgClassName
{
background-color: #5B13DC;
}
</style>
border-color css
<style>
span { border-color: #5B13DC; }
span { border-color: rgb(91,19,220); }
td.TdClassName
{
border-color: #5B13DC;
}
.TagClassName
{
border-color: #5B13DC;
}
</style>