Shades of Han Purple #5C1CFF
Tints of Han Purple #5C1CFF
RGB
CMYK
RGB Variations
Color information
#5C1CFF (or 0x5C1CFF) is known color: Han Purple. HEX triplet: 5C, 1C and FF. RGB value is (92,28,255). Sum of RGB (Red+Green+Blue) = 92+28+255=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1CFF is #A3E300. Grayscale: #484848. Windows color (decimal): -10740481 or 16718940. OLE color: 16718940.
HSL color Cylindrical-coordinate representation of color #5C1CFF: hue angle of 256.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C1CFF is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 28 | 255 | - |
| CMYK | 0.64 | 0.89 | 0 | 0 |
| HSL | 256.92º | 1% | 0.55% | - |
| HSV(B) | 256.92º | 0.89% | 1% | - |
| XYZ | 22.88 | 10.33 | 95.39 | - |
| YUV | 73.01 | 230.7 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 255 | 0.64 | 0.89 | 0 | 0 | 256.92 | 1 | 0.55 |
| Hex | 5C | 1C | FF | 40 | 59 | 0 | 0 | 101 | 64 | 37 |
| Octal | 134 | 34 | 377 | 100 | 131 | 0 | 0 | 401 | 144 | 67 |
| Binary | 1011100 | 11100 | 11111111 | 1000000 | 1011001 | 0 | 0 | 100000001 | 1100100 | 110111 |
Color Harmonies of #5C1CFF
Complementary color
Monochromatic Colors of #5C1CFF
Black with #5C1CFF
Text Example
Text Example
White with #5C1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1CFF; }
p { color: rgb(92,28,255); }
H1.HeaderClassName
{
color: #5C1CFF;
}
.AnyTagClassName
{
color: #5C1CFF;
}
</style>
background-color css
<style>
a { background-color: #5C1CFF; }
a { background-color: rgb(92,28,255); }
div.DivClassName
{
background-color: #5C1CFF;
}
.BgClassName
{
background-color: #5C1CFF;
}
</style>
border-color css
<style>
span { border-color: #5C1CFF; }
span { border-color: rgb(92,28,255); }
td.TdClassName
{
border-color: #5C1CFF;
}
.TagClassName
{
border-color: #5C1CFF;
}
</style>