Shades of Han Purple #5B19FD
Tints of Han Purple #5B19FD
RGB
CMYK
RGB Variations
Color information
#5B19FD (or 0x5B19FD) is known color: Han Purple. HEX triplet: 5B, 19 and FD. RGB value is (91,25,253). Sum of RGB (Red+Green+Blue) = 91+25+253=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B19FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B19FD is #A4E602. Grayscale: #454545. Windows color (decimal): -10806787 or 16587099. OLE color: 16587099.
HSL color Cylindrical-coordinate representation of color #5B19FD: hue angle of 257.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B19FD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 25 | 253 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.01 |
| HSL | 257.37º | 0.98% | 0.55% | - |
| HSV(B) | 257.37º | 0.9% | 0.99% | - |
| XYZ | 22.39 | 10.01 | 93.68 | - |
| YUV | 70.73 | 230.87 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 253 | 0.64 | 0.90 | 0 | 0.01 | 257.37 | 0.98 | 0.55 |
| Hex | 5B | 19 | FD | 40 | 5A | 0 | 1 | 101 | 62 | 37 |
| Octal | 133 | 31 | 375 | 100 | 132 | 0 | 1 | 401 | 142 | 67 |
| Binary | 1011011 | 11001 | 11111101 | 1000000 | 1011010 | 0 | 1 | 100000001 | 1100010 | 110111 |
Color Harmonies of #5B19FD
Complementary color
Monochromatic Colors of #5B19FD
Black with #5B19FD
Text Example
Text Example
White with #5B19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B19FD; }
p { color: rgb(91,25,253); }
H1.HeaderClassName
{
color: #5B19FD;
}
.AnyTagClassName
{
color: #5B19FD;
}
</style>
background-color css
<style>
a { background-color: #5B19FD; }
a { background-color: rgb(91,25,253); }
div.DivClassName
{
background-color: #5B19FD;
}
.BgClassName
{
background-color: #5B19FD;
}
</style>
border-color css
<style>
span { border-color: #5B19FD; }
span { border-color: rgb(91,25,253); }
td.TdClassName
{
border-color: #5B19FD;
}
.TagClassName
{
border-color: #5B19FD;
}
</style>