Shades of Han Purple #5B17F5
Tints of Han Purple #5B17F5
RGB
CMYK
RGB Variations
Color information
#5B17F5 (or 0x5B17F5) is known color: Han Purple. HEX triplet: 5B, 17 and F5. RGB value is (91,23,245). Sum of RGB (Red+Green+Blue) = 91+23+245=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 245 (96.09% from 255 or 68.25% from 359); Max value from RGB is 245 - color contains mainly: blue. Hex color #5B17F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B17F5 is #A4E80A. Grayscale: #434343. Windows color (decimal): -10807307 or 16062299. OLE color: 16062299.
HSL color Cylindrical-coordinate representation of color #5B17F5: hue angle of 258.38º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B17F5 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 23 | 245 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.04 |
| HSL | 258.38º | 0.92% | 0.53% | - |
| HSV(B) | 258.38º | 0.91% | 0.96% | - |
| XYZ | 21.1 | 9.43 | 87.09 | - |
| YUV | 68.64 | 227.53 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 245 | 0.63 | 0.91 | 0 | 0.04 | 258.38 | 0.92 | 0.53 |
| Hex | 5B | 17 | F5 | 3F | 5B | 0 | 4 | 102 | 5C | 35 |
| Octal | 133 | 27 | 365 | 77 | 133 | 0 | 4 | 402 | 134 | 65 |
| Binary | 1011011 | 10111 | 11110101 | 111111 | 1011011 | 0 | 100 | 100000010 | 1011100 | 110101 |
Color Harmonies of #5B17F5
Complementary color
Monochromatic Colors of #5B17F5
Black with #5B17F5
Text Example
Text Example
White with #5B17F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B17F5; }
p { color: rgb(91,23,245); }
H1.HeaderClassName
{
color: #5B17F5;
}
.AnyTagClassName
{
color: #5B17F5;
}
</style>
background-color css
<style>
a { background-color: #5B17F5; }
a { background-color: rgb(91,23,245); }
div.DivClassName
{
background-color: #5B17F5;
}
.BgClassName
{
background-color: #5B17F5;
}
</style>
border-color css
<style>
span { border-color: #5B17F5; }
span { border-color: rgb(91,23,245); }
td.TdClassName
{
border-color: #5B17F5;
}
.TagClassName
{
border-color: #5B17F5;
}
</style>