Shades of Han Purple #5C19FC
Tints of Han Purple #5C19FC
RGB
CMYK
RGB Variations
Color information
#5C19FC (or 0x5C19FC) is known color: Han Purple. HEX triplet: 5C, 19 and FC. RGB value is (92,25,252). Sum of RGB (Red+Green+Blue) = 92+25+252=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C19FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C19FC is #A3E603. Grayscale: #464646. Windows color (decimal): -10741252 or 16521564. OLE color: 16521564.
HSL color Cylindrical-coordinate representation of color #5C19FC: hue angle of 257.71º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C19FC is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 25 | 252 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.01 |
| HSL | 257.71º | 0.97% | 0.54% | - |
| HSV(B) | 257.71º | 0.9% | 0.99% | - |
| XYZ | 22.33 | 10 | 92.85 | - |
| YUV | 70.91 | 230.2 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 252 | 0.63 | 0.90 | 0 | 0.01 | 257.71 | 0.97 | 0.54 |
| Hex | 5C | 19 | FC | 3F | 5A | 0 | 1 | 102 | 61 | 36 |
| Octal | 134 | 31 | 374 | 77 | 132 | 0 | 1 | 402 | 141 | 66 |
| Binary | 1011100 | 11001 | 11111100 | 111111 | 1011010 | 0 | 1 | 100000010 | 1100001 | 110110 |
Color Harmonies of #5C19FC
Complementary color
Monochromatic Colors of #5C19FC
Black with #5C19FC
Text Example
Text Example
White with #5C19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C19FC; }
p { color: rgb(92,25,252); }
H1.HeaderClassName
{
color: #5C19FC;
}
.AnyTagClassName
{
color: #5C19FC;
}
</style>
background-color css
<style>
a { background-color: #5C19FC; }
a { background-color: rgb(92,25,252); }
div.DivClassName
{
background-color: #5C19FC;
}
.BgClassName
{
background-color: #5C19FC;
}
</style>
border-color css
<style>
span { border-color: #5C19FC; }
span { border-color: rgb(92,25,252); }
td.TdClassName
{
border-color: #5C19FC;
}
.TagClassName
{
border-color: #5C19FC;
}
</style>