Shades of Han Purple #5C30EC
Tints of Han Purple #5C30EC
RGB
CMYK
RGB Variations
Color information
#5C30EC (or 0x5C30EC) is known color: Han Purple. HEX triplet: 5C, 30 and EC. RGB value is (92,48,236). Sum of RGB (Red+Green+Blue) = 92+48+236=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C30EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C30EC is #A3CF13. Grayscale: #515151. Windows color (decimal): -10735380 or 15478876. OLE color: 15478876.
HSL color Cylindrical-coordinate representation of color #5C30EC: hue angle of 254.04º degrees, saturation: 0.83, 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 #5C30EC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 48 | 236 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.07 |
| HSL | 254.04º | 0.83% | 0.56% | - |
| HSV(B) | 254.04º | 0.8% | 0.93% | - |
| XYZ | 20.61 | 10.45 | 80.29 | - |
| YUV | 82.59 | 214.58 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 236 | 0.61 | 0.80 | 0 | 0.07 | 254.04 | 0.83 | 0.56 |
| Hex | 5C | 30 | EC | 3D | 50 | 0 | 7 | FE | 53 | 38 |
| Octal | 134 | 60 | 354 | 75 | 120 | 0 | 7 | 376 | 123 | 70 |
| Binary | 1011100 | 110000 | 11101100 | 111101 | 1010000 | 0 | 111 | 11111110 | 1010011 | 111000 |
Color Harmonies of #5C30EC
Complementary color
Monochromatic Colors of #5C30EC
Black with #5C30EC
Text Example
Text Example
White with #5C30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C30EC; }
p { color: rgb(92,48,236); }
H1.HeaderClassName
{
color: #5C30EC;
}
.AnyTagClassName
{
color: #5C30EC;
}
</style>
background-color css
<style>
a { background-color: #5C30EC; }
a { background-color: rgb(92,48,236); }
div.DivClassName
{
background-color: #5C30EC;
}
.BgClassName
{
background-color: #5C30EC;
}
</style>
border-color css
<style>
span { border-color: #5C30EC; }
span { border-color: rgb(92,48,236); }
td.TdClassName
{
border-color: #5C30EC;
}
.TagClassName
{
border-color: #5C30EC;
}
</style>