Shades of Han Purple #5C1BFF
Tints of Han Purple #5C1BFF
RGB
CMYK
RGB Variations
Color information
#5C1BFF (or 0x5C1BFF) is known color: Han Purple. HEX triplet: 5C, 1B and FF. RGB value is (92,27,255). Sum of RGB (Red+Green+Blue) = 92+27+255=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1BFF is #A3E400. Grayscale: #474747. Windows color (decimal): -10740737 or 16718684. OLE color: 16718684.
HSL color Cylindrical-coordinate representation of color #5C1BFF: hue angle of 257.11º 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 #5C1BFF is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 27 | 255 | - |
| CMYK | 0.64 | 0.89 | 0 | 0 |
| HSL | 257.11º | 1% | 0.55% | - |
| HSV(B) | 257.11º | 0.89% | 1% | - |
| XYZ | 22.86 | 10.28 | 95.39 | - |
| YUV | 72.43 | 231.03 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 27 | 255 | 0.64 | 0.89 | 0 | 0 | 257.11 | 1 | 0.55 |
| Hex | 5C | 1B | FF | 40 | 59 | 0 | 0 | 101 | 64 | 37 |
| Octal | 134 | 33 | 377 | 100 | 131 | 0 | 0 | 401 | 144 | 67 |
| Binary | 1011100 | 11011 | 11111111 | 1000000 | 1011001 | 0 | 0 | 100000001 | 1100100 | 110111 |
Color Harmonies of #5C1BFF
Complementary color
Monochromatic Colors of #5C1BFF
Black with #5C1BFF
Text Example
Text Example
White with #5C1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1BFF; }
p { color: rgb(92,27,255); }
H1.HeaderClassName
{
color: #5C1BFF;
}
.AnyTagClassName
{
color: #5C1BFF;
}
</style>
background-color css
<style>
a { background-color: #5C1BFF; }
a { background-color: rgb(92,27,255); }
div.DivClassName
{
background-color: #5C1BFF;
}
.BgClassName
{
background-color: #5C1BFF;
}
</style>
border-color css
<style>
span { border-color: #5C1BFF; }
span { border-color: rgb(92,27,255); }
td.TdClassName
{
border-color: #5C1BFF;
}
.TagClassName
{
border-color: #5C1BFF;
}
</style>