Shades of Han Purple #5F30EB
Tints of Han Purple #5F30EB
RGB
CMYK
RGB Variations
Color information
#5F30EB (or 0x5F30EB) is known color: Han Purple. HEX triplet: 5F, 30 and EB. RGB value is (95,48,235). Sum of RGB (Red+Green+Blue) = 95+48+235=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F30EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F30EB is #A0CF14. Grayscale: #525252. Windows color (decimal): -10538773 or 15413343. OLE color: 15413343.
HSL color Cylindrical-coordinate representation of color #5F30EB: hue angle of 255.08º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F30EB is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 48 | 235 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.08 |
| HSL | 255.08º | 0.82% | 0.55% | - |
| HSV(B) | 255.08º | 0.8% | 0.92% | - |
| XYZ | 20.77 | 10.54 | 79.54 | - |
| YUV | 83.37 | 213.57 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 48 | 235 | 0.60 | 0.80 | 0 | 0.08 | 255.08 | 0.82 | 0.55 |
| Hex | 5F | 30 | EB | 3C | 50 | 0 | 8 | FF | 52 | 37 |
| Octal | 137 | 60 | 353 | 74 | 120 | 0 | 10 | 377 | 122 | 67 |
| Binary | 1011111 | 110000 | 11101011 | 111100 | 1010000 | 0 | 1000 | 11111111 | 1010010 | 110111 |
Color Harmonies of #5F30EB
Complementary color
Monochromatic Colors of #5F30EB
Black with #5F30EB
Text Example
Text Example
White with #5F30EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F30EB; }
p { color: rgb(95,48,235); }
H1.HeaderClassName
{
color: #5F30EB;
}
.AnyTagClassName
{
color: #5F30EB;
}
</style>
background-color css
<style>
a { background-color: #5F30EB; }
a { background-color: rgb(95,48,235); }
div.DivClassName
{
background-color: #5F30EB;
}
.BgClassName
{
background-color: #5F30EB;
}
</style>
border-color css
<style>
span { border-color: #5F30EB; }
span { border-color: rgb(95,48,235); }
td.TdClassName
{
border-color: #5F30EB;
}
.TagClassName
{
border-color: #5F30EB;
}
</style>