Shades of Han Purple #5C10FC
Tints of Han Purple #5C10FC
RGB
CMYK
RGB Variations
Color information
#5C10FC (or 0x5C10FC) is known color: Han Purple. HEX triplet: 5C, 10 and FC. RGB value is (92,16,252). Sum of RGB (Red+Green+Blue) = 92+16+252=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C10FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C10FC is #A3EF03. Grayscale: #404040. Windows color (decimal): -10743556 or 16519260. OLE color: 16519260.
HSL color Cylindrical-coordinate representation of color #5C10FC: hue angle of 259.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C10FC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 16 | 252 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.01 |
| HSL | 259.32º | 0.98% | 0.53% | - |
| HSV(B) | 259.32º | 0.94% | 0.99% | - |
| XYZ | 22.17 | 9.67 | 92.79 | - |
| YUV | 65.63 | 233.18 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 252 | 0.63 | 0.94 | 0 | 0.01 | 259.32 | 0.98 | 0.53 |
| Hex | 5C | 10 | FC | 3F | 5E | 0 | 1 | 103 | 62 | 35 |
| Octal | 134 | 20 | 374 | 77 | 136 | 0 | 1 | 403 | 142 | 65 |
| Binary | 1011100 | 10000 | 11111100 | 111111 | 1011110 | 0 | 1 | 100000011 | 1100010 | 110101 |
Color Harmonies of #5C10FC
Complementary color
Monochromatic Colors of #5C10FC
Black with #5C10FC
Text Example
Text Example
White with #5C10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C10FC; }
p { color: rgb(92,16,252); }
H1.HeaderClassName
{
color: #5C10FC;
}
.AnyTagClassName
{
color: #5C10FC;
}
</style>
background-color css
<style>
a { background-color: #5C10FC; }
a { background-color: rgb(92,16,252); }
div.DivClassName
{
background-color: #5C10FC;
}
.BgClassName
{
background-color: #5C10FC;
}
</style>
border-color css
<style>
span { border-color: #5C10FC; }
span { border-color: rgb(92,16,252); }
td.TdClassName
{
border-color: #5C10FC;
}
.TagClassName
{
border-color: #5C10FC;
}
</style>