Shades of Han Purple #5C18FA
Tints of Han Purple #5C18FA
RGB
CMYK
RGB Variations
Color information
#5C18FA (or 0x5C18FA) is known color: Han Purple. HEX triplet: 5C, 18 and FA. RGB value is (92,24,250). Sum of RGB (Red+Green+Blue) = 92+24+250=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C18FA is #A3E705. Grayscale: #454545. Windows color (decimal): -10741510 or 16390236. OLE color: 16390236.
HSL color Cylindrical-coordinate representation of color #5C18FA: hue angle of 258.05º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C18FA is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 24 | 250 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.02 |
| HSL | 258.05º | 0.96% | 0.54% | - |
| HSV(B) | 258.05º | 0.9% | 0.98% | - |
| XYZ | 22 | 9.83 | 91.18 | - |
| YUV | 70.1 | 229.53 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 250 | 0.63 | 0.90 | 0 | 0.02 | 258.05 | 0.96 | 0.54 |
| Hex | 5C | 18 | FA | 3F | 5A | 0 | 2 | 102 | 60 | 36 |
| Octal | 134 | 30 | 372 | 77 | 132 | 0 | 2 | 402 | 140 | 66 |
| Binary | 1011100 | 11000 | 11111010 | 111111 | 1011010 | 0 | 10 | 100000010 | 1100000 | 110110 |
Color Harmonies of #5C18FA
Complementary color
Monochromatic Colors of #5C18FA
Black with #5C18FA
Text Example
Text Example
White with #5C18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C18FA; }
p { color: rgb(92,24,250); }
H1.HeaderClassName
{
color: #5C18FA;
}
.AnyTagClassName
{
color: #5C18FA;
}
</style>
background-color css
<style>
a { background-color: #5C18FA; }
a { background-color: rgb(92,24,250); }
div.DivClassName
{
background-color: #5C18FA;
}
.BgClassName
{
background-color: #5C18FA;
}
</style>
border-color css
<style>
span { border-color: #5C18FA; }
span { border-color: rgb(92,24,250); }
td.TdClassName
{
border-color: #5C18FA;
}
.TagClassName
{
border-color: #5C18FA;
}
</style>