Shades of Han Purple #5C1FFF
Tints of Han Purple #5C1FFF
RGB
CMYK
RGB Variations
Color information
#5C1FFF (or 0x5C1FFF) is known color: Han Purple. HEX triplet: 5C, 1F and FF. RGB value is (92,31,255). Sum of RGB (Red+Green+Blue) = 92+31+255=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1FFF is #A3E000. Grayscale: #494949. Windows color (decimal): -10739713 or 16719708. OLE color: 16719708.
HSL color Cylindrical-coordinate representation of color #5C1FFF: hue angle of 256.34º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1FFF is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 31 | 255 | - |
| CMYK | 0.64 | 0.88 | 0 | 0 |
| HSL | 256.34º | 1% | 0.56% | - |
| HSV(B) | 256.34º | 0.88% | 1% | - |
| XYZ | 22.95 | 10.48 | 95.42 | - |
| YUV | 74.78 | 229.71 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 255 | 0.64 | 0.88 | 0 | 0 | 256.34 | 1 | 0.56 |
| Hex | 5C | 1F | FF | 40 | 58 | 0 | 0 | 100 | 64 | 38 |
| Octal | 134 | 37 | 377 | 100 | 130 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011100 | 11111 | 11111111 | 1000000 | 1011000 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #5C1FFF
Complementary color
Monochromatic Colors of #5C1FFF
Black with #5C1FFF
Text Example
Text Example
White with #5C1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1FFF; }
p { color: rgb(92,31,255); }
H1.HeaderClassName
{
color: #5C1FFF;
}
.AnyTagClassName
{
color: #5C1FFF;
}
</style>
background-color css
<style>
a { background-color: #5C1FFF; }
a { background-color: rgb(92,31,255); }
div.DivClassName
{
background-color: #5C1FFF;
}
.BgClassName
{
background-color: #5C1FFF;
}
</style>
border-color css
<style>
span { border-color: #5C1FFF; }
span { border-color: rgb(92,31,255); }
td.TdClassName
{
border-color: #5C1FFF;
}
.TagClassName
{
border-color: #5C1FFF;
}
</style>