Shades of Han Purple #5C30E9
Tints of Han Purple #5C30E9
RGB
CMYK
RGB Variations
Color information
#5C30E9 (or 0x5C30E9) is known color: Han Purple. HEX triplet: 5C, 30 and E9. RGB value is (92,48,233). Sum of RGB (Red+Green+Blue) = 92+48+233=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 233 (91.41% from 255 or 62.47% from 373); Max value from RGB is 233 - color contains mainly: blue. Hex color #5C30E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C30E9 is #A3CF16. Grayscale: #515151. Windows color (decimal): -10735383 or 15282268. OLE color: 15282268.
HSL color Cylindrical-coordinate representation of color #5C30E9: hue angle of 254.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C30E9 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 48 | 233 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.09 |
| HSL | 254.27º | 0.81% | 0.55% | - |
| HSV(B) | 254.27º | 0.79% | 0.91% | - |
| XYZ | 20.18 | 10.27 | 78.01 | - |
| YUV | 82.25 | 213.08 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 233 | 0.61 | 0.79 | 0 | 0.09 | 254.27 | 0.81 | 0.55 |
| Hex | 5C | 30 | E9 | 3D | 4F | 0 | 9 | FE | 51 | 37 |
| Octal | 134 | 60 | 351 | 75 | 117 | 0 | 11 | 376 | 121 | 67 |
| Binary | 1011100 | 110000 | 11101001 | 111101 | 1001111 | 0 | 1001 | 11111110 | 1010001 | 110111 |
Color Harmonies of #5C30E9
Complementary color
Monochromatic Colors of #5C30E9
Black with #5C30E9
Text Example
Text Example
White with #5C30E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C30E9; }
p { color: rgb(92,48,233); }
H1.HeaderClassName
{
color: #5C30E9;
}
.AnyTagClassName
{
color: #5C30E9;
}
</style>
background-color css
<style>
a { background-color: #5C30E9; }
a { background-color: rgb(92,48,233); }
div.DivClassName
{
background-color: #5C30E9;
}
.BgClassName
{
background-color: #5C30E9;
}
</style>
border-color css
<style>
span { border-color: #5C30E9; }
span { border-color: rgb(92,48,233); }
td.TdClassName
{
border-color: #5C30E9;
}
.TagClassName
{
border-color: #5C30E9;
}
</style>