Shades of Han Purple #5B34FE
Tints of Han Purple #5B34FE
RGB
CMYK
RGB Variations
Color information
#5B34FE (or 0x5B34FE) is known color: Han Purple. HEX triplet: 5B, 34 and FE. RGB value is (91,52,254). Sum of RGB (Red+Green+Blue) = 91+52+254=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B34FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B34FE is #A4CB01. Grayscale: #555555. Windows color (decimal): -10799874 or 16659547. OLE color: 16659547.
HSL color Cylindrical-coordinate representation of color #5B34FE: hue angle of 251.58º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B34FE is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 52 | 254 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.00 |
| HSL | 251.58º | 0.99% | 0.6% | - |
| HSV(B) | 251.58º | 0.8% | 1% | - |
| XYZ | 23.43 | 11.84 | 94.82 | - |
| YUV | 86.69 | 222.42 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 254 | 0.64 | 0.80 | 0 | 0.00 | 251.58 | 0.99 | 0.6 |
| Hex | 5B | 34 | FE | 40 | 50 | 0 | 0 | FC | 63 | 3C |
| Octal | 133 | 64 | 376 | 100 | 120 | 0 | 0 | 374 | 143 | 74 |
| Binary | 1011011 | 110100 | 11111110 | 1000000 | 1010000 | 0 | 0 | 11111100 | 1100011 | 111100 |
Color Harmonies of #5B34FE
Complementary color
Monochromatic Colors of #5B34FE
Black with #5B34FE
Text Example
Text Example
White with #5B34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B34FE; }
p { color: rgb(91,52,254); }
H1.HeaderClassName
{
color: #5B34FE;
}
.AnyTagClassName
{
color: #5B34FE;
}
</style>
background-color css
<style>
a { background-color: #5B34FE; }
a { background-color: rgb(91,52,254); }
div.DivClassName
{
background-color: #5B34FE;
}
.BgClassName
{
background-color: #5B34FE;
}
</style>
border-color css
<style>
span { border-color: #5B34FE; }
span { border-color: rgb(91,52,254); }
td.TdClassName
{
border-color: #5B34FE;
}
.TagClassName
{
border-color: #5B34FE;
}
</style>