Shades of Han Purple #5C19EF
Tints of Han Purple #5C19EF
RGB
CMYK
RGB Variations
Color information
#5C19EF (or 0x5C19EF) is known color: Han Purple. HEX triplet: 5C, 19 and EF. RGB value is (92,25,239). Sum of RGB (Red+Green+Blue) = 92+25+239=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C19EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C19EF is #A3E610. Grayscale: #444444. Windows color (decimal): -10741265 or 15669596. OLE color: 15669596.
HSL color Cylindrical-coordinate representation of color #5C19EF: hue angle of 258.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C19EF is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 25 | 239 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.06 |
| HSL | 258.79º | 0.87% | 0.52% | - |
| HSV(B) | 258.79º | 0.9% | 0.94% | - |
| XYZ | 20.34 | 9.2 | 82.37 | - |
| YUV | 69.43 | 223.7 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 239 | 0.62 | 0.90 | 0 | 0.06 | 258.79 | 0.87 | 0.52 |
| Hex | 5C | 19 | EF | 3E | 5A | 0 | 6 | 103 | 57 | 34 |
| Octal | 134 | 31 | 357 | 76 | 132 | 0 | 6 | 403 | 127 | 64 |
| Binary | 1011100 | 11001 | 11101111 | 111110 | 1011010 | 0 | 110 | 100000011 | 1010111 | 110100 |
Color Harmonies of #5C19EF
Complementary color
Monochromatic Colors of #5C19EF
Black with #5C19EF
Text Example
Text Example
White with #5C19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C19EF; }
p { color: rgb(92,25,239); }
H1.HeaderClassName
{
color: #5C19EF;
}
.AnyTagClassName
{
color: #5C19EF;
}
</style>
background-color css
<style>
a { background-color: #5C19EF; }
a { background-color: rgb(92,25,239); }
div.DivClassName
{
background-color: #5C19EF;
}
.BgClassName
{
background-color: #5C19EF;
}
</style>
border-color css
<style>
span { border-color: #5C19EF; }
span { border-color: rgb(92,25,239); }
td.TdClassName
{
border-color: #5C19EF;
}
.TagClassName
{
border-color: #5C19EF;
}
</style>