Shades of Han Purple #5C19ED
Tints of Han Purple #5C19ED
RGB
CMYK
RGB Variations
Color information
#5C19ED (or 0x5C19ED) is known color: Han Purple. HEX triplet: 5C, 19 and ED. RGB value is (92,25,237). Sum of RGB (Red+Green+Blue) = 92+25+237=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C19ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C19ED is #A3E612. Grayscale: #444444. Windows color (decimal): -10741267 or 15538524. OLE color: 15538524.
HSL color Cylindrical-coordinate representation of color #5C19ED: hue angle of 258.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C19ED is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 25 | 237 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.07 |
| HSL | 258.96º | 0.85% | 0.51% | - |
| HSV(B) | 258.96º | 0.89% | 0.93% | - |
| XYZ | 20.05 | 9.08 | 80.82 | - |
| YUV | 69.2 | 222.7 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 237 | 0.61 | 0.89 | 0 | 0.07 | 258.96 | 0.85 | 0.51 |
| Hex | 5C | 19 | ED | 3D | 59 | 0 | 7 | 103 | 55 | 33 |
| Octal | 134 | 31 | 355 | 75 | 131 | 0 | 7 | 403 | 125 | 63 |
| Binary | 1011100 | 11001 | 11101101 | 111101 | 1011001 | 0 | 111 | 100000011 | 1010101 | 110011 |
Color Harmonies of #5C19ED
Complementary color
Monochromatic Colors of #5C19ED
Black with #5C19ED
Text Example
Text Example
White with #5C19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C19ED; }
p { color: rgb(92,25,237); }
H1.HeaderClassName
{
color: #5C19ED;
}
.AnyTagClassName
{
color: #5C19ED;
}
</style>
background-color css
<style>
a { background-color: #5C19ED; }
a { background-color: rgb(92,25,237); }
div.DivClassName
{
background-color: #5C19ED;
}
.BgClassName
{
background-color: #5C19ED;
}
</style>
border-color css
<style>
span { border-color: #5C19ED; }
span { border-color: rgb(92,25,237); }
td.TdClassName
{
border-color: #5C19ED;
}
.TagClassName
{
border-color: #5C19ED;
}
</style>