Shades of Han Purple #5C2FEE
Tints of Han Purple #5C2FEE
RGB
CMYK
RGB Variations
Color information
#5C2FEE (or 0x5C2FEE) is known color: Han Purple. HEX triplet: 5C, 2F and EE. RGB value is (92,47,238). Sum of RGB (Red+Green+Blue) = 92+47+238=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C2FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2FEE is #A3D011. Grayscale: #515151. Windows color (decimal): -10735634 or 15609692. OLE color: 15609692.
HSL color Cylindrical-coordinate representation of color #5C2FEE: hue angle of 254.14º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C2FEE is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 47 | 238 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.07 |
| HSL | 254.14º | 0.85% | 0.56% | - |
| HSV(B) | 254.14º | 0.8% | 0.93% | - |
| XYZ | 20.86 | 10.48 | 81.81 | - |
| YUV | 82.23 | 215.91 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 238 | 0.61 | 0.80 | 0 | 0.07 | 254.14 | 0.85 | 0.56 |
| Hex | 5C | 2F | EE | 3D | 50 | 0 | 7 | FE | 55 | 38 |
| Octal | 134 | 57 | 356 | 75 | 120 | 0 | 7 | 376 | 125 | 70 |
| Binary | 1011100 | 101111 | 11101110 | 111101 | 1010000 | 0 | 111 | 11111110 | 1010101 | 111000 |
Color Harmonies of #5C2FEE
Complementary color
Monochromatic Colors of #5C2FEE
Black with #5C2FEE
Text Example
Text Example
White with #5C2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2FEE; }
p { color: rgb(92,47,238); }
H1.HeaderClassName
{
color: #5C2FEE;
}
.AnyTagClassName
{
color: #5C2FEE;
}
</style>
background-color css
<style>
a { background-color: #5C2FEE; }
a { background-color: rgb(92,47,238); }
div.DivClassName
{
background-color: #5C2FEE;
}
.BgClassName
{
background-color: #5C2FEE;
}
</style>
border-color css
<style>
span { border-color: #5C2FEE; }
span { border-color: rgb(92,47,238); }
td.TdClassName
{
border-color: #5C2FEE;
}
.TagClassName
{
border-color: #5C2FEE;
}
</style>