Shades of Han Purple #5C17FA
Tints of Han Purple #5C17FA
RGB
CMYK
RGB Variations
Color information
#5C17FA (or 0x5C17FA) is known color: Han Purple. HEX triplet: 5C, 17 and FA. RGB value is (92,23,250). Sum of RGB (Red+Green+Blue) = 92+23+250=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C17FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C17FA is #A3E805. Grayscale: #444444. Windows color (decimal): -10741766 or 16389980. OLE color: 16389980.
HSL color Cylindrical-coordinate representation of color #5C17FA: hue angle of 258.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C17FA is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 23 | 250 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.02 |
| HSL | 258.24º | 0.96% | 0.54% | - |
| HSV(B) | 258.24º | 0.91% | 0.98% | - |
| XYZ | 21.98 | 9.79 | 91.17 | - |
| YUV | 69.51 | 229.86 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 250 | 0.63 | 0.91 | 0 | 0.02 | 258.24 | 0.96 | 0.54 |
| Hex | 5C | 17 | FA | 3F | 5B | 0 | 2 | 102 | 60 | 36 |
| Octal | 134 | 27 | 372 | 77 | 133 | 0 | 2 | 402 | 140 | 66 |
| Binary | 1011100 | 10111 | 11111010 | 111111 | 1011011 | 0 | 10 | 100000010 | 1100000 | 110110 |
Color Harmonies of #5C17FA
Complementary color
Monochromatic Colors of #5C17FA
Black with #5C17FA
Text Example
Text Example
White with #5C17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C17FA; }
p { color: rgb(92,23,250); }
H1.HeaderClassName
{
color: #5C17FA;
}
.AnyTagClassName
{
color: #5C17FA;
}
</style>
background-color css
<style>
a { background-color: #5C17FA; }
a { background-color: rgb(92,23,250); }
div.DivClassName
{
background-color: #5C17FA;
}
.BgClassName
{
background-color: #5C17FA;
}
</style>
border-color css
<style>
span { border-color: #5C17FA; }
span { border-color: rgb(92,23,250); }
td.TdClassName
{
border-color: #5C17FA;
}
.TagClassName
{
border-color: #5C17FA;
}
</style>