Shades of Han Purple #5F1EEE
Tints of Han Purple #5F1EEE
RGB
CMYK
RGB Variations
Color information
#5F1EEE (or 0x5F1EEE) is known color: Han Purple. HEX triplet: 5F, 1E and EE. RGB value is (95,30,238). Sum of RGB (Red+Green+Blue) = 95+30+238=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F1EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1EEE is #A0E111. Grayscale: #484848. Windows color (decimal): -10543378 or 15605343. OLE color: 15605343.
HSL color Cylindrical-coordinate representation of color #5F1EEE: hue angle of 258.75º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F1EEE is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 30 | 238 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.07 |
| HSL | 258.75º | 0.86% | 0.53% | - |
| HSV(B) | 258.75º | 0.87% | 0.93% | - |
| XYZ | 20.62 | 9.53 | 81.64 | - |
| YUV | 73.15 | 221.03 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 30 | 238 | 0.60 | 0.87 | 0 | 0.07 | 258.75 | 0.86 | 0.53 |
| Hex | 5F | 1E | EE | 3C | 57 | 0 | 7 | 103 | 56 | 35 |
| Octal | 137 | 36 | 356 | 74 | 127 | 0 | 7 | 403 | 126 | 65 |
| Binary | 1011111 | 11110 | 11101110 | 111100 | 1010111 | 0 | 111 | 100000011 | 1010110 | 110101 |
Color Harmonies of #5F1EEE
Complementary color
Monochromatic Colors of #5F1EEE
Black with #5F1EEE
Text Example
Text Example
White with #5F1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1EEE; }
p { color: rgb(95,30,238); }
H1.HeaderClassName
{
color: #5F1EEE;
}
.AnyTagClassName
{
color: #5F1EEE;
}
</style>
background-color css
<style>
a { background-color: #5F1EEE; }
a { background-color: rgb(95,30,238); }
div.DivClassName
{
background-color: #5F1EEE;
}
.BgClassName
{
background-color: #5F1EEE;
}
</style>
border-color css
<style>
span { border-color: #5F1EEE; }
span { border-color: rgb(95,30,238); }
td.TdClassName
{
border-color: #5F1EEE;
}
.TagClassName
{
border-color: #5F1EEE;
}
</style>