Shades of Han Purple #5C2EEE
Tints of Han Purple #5C2EEE
RGB
CMYK
RGB Variations
Color information
#5C2EEE (or 0x5C2EEE) is known color: Han Purple. HEX triplet: 5C, 2E and EE. RGB value is (92,46,238). Sum of RGB (Red+Green+Blue) = 92+46+238=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C2EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2EEE is #A3D111. Grayscale: #505050. Windows color (decimal): -10735890 or 15609436. OLE color: 15609436.
HSL color Cylindrical-coordinate representation of color #5C2EEE: hue angle of 254.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C2EEE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 46 | 238 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.07 |
| HSL | 254.38º | 0.85% | 0.56% | - |
| HSV(B) | 254.38º | 0.81% | 0.93% | - |
| XYZ | 20.82 | 10.4 | 81.8 | - |
| YUV | 81.64 | 216.24 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 238 | 0.61 | 0.81 | 0 | 0.07 | 254.38 | 0.85 | 0.56 |
| Hex | 5C | 2E | EE | 3D | 51 | 0 | 7 | FE | 55 | 38 |
| Octal | 134 | 56 | 356 | 75 | 121 | 0 | 7 | 376 | 125 | 70 |
| Binary | 1011100 | 101110 | 11101110 | 111101 | 1010001 | 0 | 111 | 11111110 | 1010101 | 111000 |
Color Harmonies of #5C2EEE
Complementary color
Monochromatic Colors of #5C2EEE
Black with #5C2EEE
Text Example
Text Example
White with #5C2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2EEE; }
p { color: rgb(92,46,238); }
H1.HeaderClassName
{
color: #5C2EEE;
}
.AnyTagClassName
{
color: #5C2EEE;
}
</style>
background-color css
<style>
a { background-color: #5C2EEE; }
a { background-color: rgb(92,46,238); }
div.DivClassName
{
background-color: #5C2EEE;
}
.BgClassName
{
background-color: #5C2EEE;
}
</style>
border-color css
<style>
span { border-color: #5C2EEE; }
span { border-color: rgb(92,46,238); }
td.TdClassName
{
border-color: #5C2EEE;
}
.TagClassName
{
border-color: #5C2EEE;
}
</style>