Shades of Han Purple #5C20FF
Tints of Han Purple #5C20FF
RGB
CMYK
RGB Variations
Color information
#5C20FF (or 0x5C20FF) is known color: Han Purple. HEX triplet: 5C, 20 and FF. RGB value is (92,32,255). Sum of RGB (Red+Green+Blue) = 92+32+255=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C20FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C20FF is #A3DF00. Grayscale: #4A4A4A. Windows color (decimal): -10739457 or 16719964. OLE color: 16719964.
HSL color Cylindrical-coordinate representation of color #5C20FF: hue angle of 256.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C20FF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 32 | 255 | - |
| CMYK | 0.64 | 0.87 | 0 | 0 |
| HSL | 256.14º | 1% | 0.56% | - |
| HSV(B) | 256.14º | 0.87% | 1% | - |
| XYZ | 22.98 | 10.53 | 95.43 | - |
| YUV | 75.36 | 229.38 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 255 | 0.64 | 0.87 | 0 | 0 | 256.14 | 1 | 0.56 |
| Hex | 5C | 20 | FF | 40 | 57 | 0 | 0 | 100 | 64 | 38 |
| Octal | 134 | 40 | 377 | 100 | 127 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011100 | 100000 | 11111111 | 1000000 | 1010111 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #5C20FF
Complementary color
Monochromatic Colors of #5C20FF
Black with #5C20FF
Text Example
Text Example
White with #5C20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C20FF; }
p { color: rgb(92,32,255); }
H1.HeaderClassName
{
color: #5C20FF;
}
.AnyTagClassName
{
color: #5C20FF;
}
</style>
background-color css
<style>
a { background-color: #5C20FF; }
a { background-color: rgb(92,32,255); }
div.DivClassName
{
background-color: #5C20FF;
}
.BgClassName
{
background-color: #5C20FF;
}
</style>
border-color css
<style>
span { border-color: #5C20FF; }
span { border-color: rgb(92,32,255); }
td.TdClassName
{
border-color: #5C20FF;
}
.TagClassName
{
border-color: #5C20FF;
}
</style>