Shades of Han Purple #5C21F6
Tints of Han Purple #5C21F6
RGB
CMYK
RGB Variations
Color information
#5C21F6 (or 0x5C21F6) is known color: Han Purple. HEX triplet: 5C, 21 and F6. RGB value is (92,33,246). Sum of RGB (Red+Green+Blue) = 92+33+246=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #5C21F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C21F6 is #A3DE09. Grayscale: #4A4A4A. Windows color (decimal): -10739210 or 16130396. OLE color: 16130396.
HSL color Cylindrical-coordinate representation of color #5C21F6: hue angle of 256.62º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C21F6 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 33 | 246 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.04 |
| HSL | 256.62º | 0.92% | 0.55% | - |
| HSV(B) | 256.62º | 0.87% | 0.96% | - |
| XYZ | 21.59 | 10.02 | 87.98 | - |
| YUV | 74.92 | 224.55 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 246 | 0.63 | 0.87 | 0 | 0.04 | 256.62 | 0.92 | 0.55 |
| Hex | 5C | 21 | F6 | 3F | 57 | 0 | 4 | 101 | 5C | 37 |
| Octal | 134 | 41 | 366 | 77 | 127 | 0 | 4 | 401 | 134 | 67 |
| Binary | 1011100 | 100001 | 11110110 | 111111 | 1010111 | 0 | 100 | 100000001 | 1011100 | 110111 |
Color Harmonies of #5C21F6
Complementary color
Monochromatic Colors of #5C21F6
Black with #5C21F6
Text Example
Text Example
White with #5C21F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C21F6; }
p { color: rgb(92,33,246); }
H1.HeaderClassName
{
color: #5C21F6;
}
.AnyTagClassName
{
color: #5C21F6;
}
</style>
background-color css
<style>
a { background-color: #5C21F6; }
a { background-color: rgb(92,33,246); }
div.DivClassName
{
background-color: #5C21F6;
}
.BgClassName
{
background-color: #5C21F6;
}
</style>
border-color css
<style>
span { border-color: #5C21F6; }
span { border-color: rgb(92,33,246); }
td.TdClassName
{
border-color: #5C21F6;
}
.TagClassName
{
border-color: #5C21F6;
}
</style>