Shades of Han Purple #5B0CEA
Tints of Han Purple #5B0CEA
RGB
CMYK
RGB Variations
Color information
#5B0CEA (or 0x5B0CEA) is known color: Han Purple. HEX triplet: 5B, 0C and EA. RGB value is (91,12,234). Sum of RGB (Red+Green+Blue) = 91+12+234=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B0CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0CEA is #A4F315. Grayscale: #3C3C3C. Windows color (decimal): -10810134 or 15338587. OLE color: 15338587.
HSL color Cylindrical-coordinate representation of color #5B0CEA: hue angle of 261.35º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0CEA is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 12 | 234 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.08 |
| HSL | 261.35º | 0.9% | 0.48% | - |
| HSV(B) | 261.35º | 0.95% | 0.92% | - |
| XYZ | 19.3 | 8.43 | 78.45 | - |
| YUV | 60.93 | 225.67 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 234 | 0.61 | 0.95 | 0 | 0.08 | 261.35 | 0.9 | 0.48 |
| Hex | 5B | C | EA | 3D | 5F | 0 | 8 | 105 | 5A | 30 |
| Octal | 133 | 14 | 352 | 75 | 137 | 0 | 10 | 405 | 132 | 60 |
| Binary | 1011011 | 1100 | 11101010 | 111101 | 1011111 | 0 | 1000 | 100000101 | 1011010 | 110000 |
Color Harmonies of #5B0CEA
Complementary color
Monochromatic Colors of #5B0CEA
Black with #5B0CEA
Text Example
Text Example
White with #5B0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0CEA; }
p { color: rgb(91,12,234); }
H1.HeaderClassName
{
color: #5B0CEA;
}
.AnyTagClassName
{
color: #5B0CEA;
}
</style>
background-color css
<style>
a { background-color: #5B0CEA; }
a { background-color: rgb(91,12,234); }
div.DivClassName
{
background-color: #5B0CEA;
}
.BgClassName
{
background-color: #5B0CEA;
}
</style>
border-color css
<style>
span { border-color: #5B0CEA; }
span { border-color: rgb(91,12,234); }
td.TdClassName
{
border-color: #5B0CEA;
}
.TagClassName
{
border-color: #5B0CEA;
}
</style>