Shades of Han Purple #5B0CFA
Tints of Han Purple #5B0CFA
RGB
CMYK
RGB Variations
Color information
#5B0CFA (or 0x5B0CFA) is known color: Han Purple. HEX triplet: 5B, 0C and FA. RGB value is (91,12,250). Sum of RGB (Red+Green+Blue) = 91+12+250=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0CFA is #A4F305. Grayscale: #3D3D3D. Windows color (decimal): -10810118 or 16387163. OLE color: 16387163.
HSL color Cylindrical-coordinate representation of color #5B0CFA: hue angle of 259.92º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0CFA is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 12 | 250 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.02 |
| HSL | 259.92º | 0.96% | 0.51% | - |
| HSV(B) | 259.92º | 0.95% | 0.98% | - |
| XYZ | 21.7 | 9.39 | 91.11 | - |
| YUV | 62.75 | 233.67 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 250 | 0.64 | 0.95 | 0 | 0.02 | 259.92 | 0.96 | 0.51 |
| Hex | 5B | C | FA | 40 | 5F | 0 | 2 | 104 | 60 | 33 |
| Octal | 133 | 14 | 372 | 100 | 137 | 0 | 2 | 404 | 140 | 63 |
| Binary | 1011011 | 1100 | 11111010 | 1000000 | 1011111 | 0 | 10 | 100000100 | 1100000 | 110011 |
Color Harmonies of #5B0CFA
Complementary color
Monochromatic Colors of #5B0CFA
Black with #5B0CFA
Text Example
Text Example
White with #5B0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0CFA; }
p { color: rgb(91,12,250); }
H1.HeaderClassName
{
color: #5B0CFA;
}
.AnyTagClassName
{
color: #5B0CFA;
}
</style>
background-color css
<style>
a { background-color: #5B0CFA; }
a { background-color: rgb(91,12,250); }
div.DivClassName
{
background-color: #5B0CFA;
}
.BgClassName
{
background-color: #5B0CFA;
}
</style>
border-color css
<style>
span { border-color: #5B0CFA; }
span { border-color: rgb(91,12,250); }
td.TdClassName
{
border-color: #5B0CFA;
}
.TagClassName
{
border-color: #5B0CFA;
}
</style>