Shades of Han Purple #5C1FFE
Tints of Han Purple #5C1FFE
RGB
CMYK
RGB Variations
Color information
#5C1FFE (or 0x5C1FFE) is known color: Han Purple. HEX triplet: 5C, 1F and FE. RGB value is (92,31,254). Sum of RGB (Red+Green+Blue) = 92+31+254=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C1FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1FFE is #A3E001. Grayscale: #494949. Windows color (decimal): -10739714 or 16654172. OLE color: 16654172.
HSL color Cylindrical-coordinate representation of color #5C1FFE: hue angle of 256.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1FFE is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 31 | 254 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.00 |
| HSL | 256.41º | 0.99% | 0.56% | - |
| HSV(B) | 256.41º | 0.88% | 1% | - |
| XYZ | 22.79 | 10.41 | 94.57 | - |
| YUV | 74.66 | 229.21 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 254 | 0.64 | 0.88 | 0 | 0.00 | 256.41 | 0.99 | 0.56 |
| Hex | 5C | 1F | FE | 40 | 58 | 0 | 0 | 100 | 63 | 38 |
| Octal | 134 | 37 | 376 | 100 | 130 | 0 | 0 | 400 | 143 | 70 |
| Binary | 1011100 | 11111 | 11111110 | 1000000 | 1011000 | 0 | 0 | 100000000 | 1100011 | 111000 |
Color Harmonies of #5C1FFE
Complementary color
Monochromatic Colors of #5C1FFE
Black with #5C1FFE
Text Example
Text Example
White with #5C1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1FFE; }
p { color: rgb(92,31,254); }
H1.HeaderClassName
{
color: #5C1FFE;
}
.AnyTagClassName
{
color: #5C1FFE;
}
</style>
background-color css
<style>
a { background-color: #5C1FFE; }
a { background-color: rgb(92,31,254); }
div.DivClassName
{
background-color: #5C1FFE;
}
.BgClassName
{
background-color: #5C1FFE;
}
</style>
border-color css
<style>
span { border-color: #5C1FFE; }
span { border-color: rgb(92,31,254); }
td.TdClassName
{
border-color: #5C1FFE;
}
.TagClassName
{
border-color: #5C1FFE;
}
</style>