Shades of Han Purple #5C19FF
Tints of Han Purple #5C19FF
RGB
CMYK
RGB Variations
Color information
#5C19FF (or 0x5C19FF) is known color: Han Purple. HEX triplet: 5C, 19 and FF. RGB value is (92,25,255). Sum of RGB (Red+Green+Blue) = 92+25+255=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C19FF is #A3E600. Grayscale: #464646. Windows color (decimal): -10741249 or 16718172. OLE color: 16718172.
HSL color Cylindrical-coordinate representation of color #5C19FF: hue angle of 257.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C19FF is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 25 | 255 | - |
| CMYK | 0.64 | 0.90 | 0 | 0 |
| HSL | 257.48º | 1% | 0.55% | - |
| HSV(B) | 257.48º | 0.9% | 1% | - |
| XYZ | 22.81 | 10.19 | 95.37 | - |
| YUV | 71.25 | 231.7 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 255 | 0.64 | 0.90 | 0 | 0 | 257.48 | 1 | 0.55 |
| Hex | 5C | 19 | FF | 40 | 5A | 0 | 0 | 101 | 64 | 37 |
| Octal | 134 | 31 | 377 | 100 | 132 | 0 | 0 | 401 | 144 | 67 |
| Binary | 1011100 | 11001 | 11111111 | 1000000 | 1011010 | 0 | 0 | 100000001 | 1100100 | 110111 |
Color Harmonies of #5C19FF
Complementary color
Monochromatic Colors of #5C19FF
Black with #5C19FF
Text Example
Text Example
White with #5C19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C19FF; }
p { color: rgb(92,25,255); }
H1.HeaderClassName
{
color: #5C19FF;
}
.AnyTagClassName
{
color: #5C19FF;
}
</style>
background-color css
<style>
a { background-color: #5C19FF; }
a { background-color: rgb(92,25,255); }
div.DivClassName
{
background-color: #5C19FF;
}
.BgClassName
{
background-color: #5C19FF;
}
</style>
border-color css
<style>
span { border-color: #5C19FF; }
span { border-color: rgb(92,25,255); }
td.TdClassName
{
border-color: #5C19FF;
}
.TagClassName
{
border-color: #5C19FF;
}
</style>