Shades of Han Purple #5C1AFA
Tints of Han Purple #5C1AFA
RGB
CMYK
RGB Variations
Color information
#5C1AFA (or 0x5C1AFA) is known color: Han Purple. HEX triplet: 5C, 1A and FA. RGB value is (92,26,250). Sum of RGB (Red+Green+Blue) = 92+26+250=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C1AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1AFA is #A3E505. Grayscale: #464646. Windows color (decimal): -10740998 or 16390748. OLE color: 16390748.
HSL color Cylindrical-coordinate representation of color #5C1AFA: hue angle of 257.68º 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 #5C1AFA is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 26 | 250 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.02 |
| HSL | 257.68º | 0.96% | 0.54% | - |
| HSV(B) | 257.68º | 0.9% | 0.98% | - |
| XYZ | 22.04 | 9.92 | 91.19 | - |
| YUV | 71.27 | 228.87 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 250 | 0.63 | 0.90 | 0 | 0.02 | 257.68 | 0.96 | 0.54 |
| Hex | 5C | 1A | FA | 3F | 5A | 0 | 2 | 102 | 60 | 36 |
| Octal | 134 | 32 | 372 | 77 | 132 | 0 | 2 | 402 | 140 | 66 |
| Binary | 1011100 | 11010 | 11111010 | 111111 | 1011010 | 0 | 10 | 100000010 | 1100000 | 110110 |
Color Harmonies of #5C1AFA
Complementary color
Monochromatic Colors of #5C1AFA
Black with #5C1AFA
Text Example
Text Example
White with #5C1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1AFA; }
p { color: rgb(92,26,250); }
H1.HeaderClassName
{
color: #5C1AFA;
}
.AnyTagClassName
{
color: #5C1AFA;
}
</style>
background-color css
<style>
a { background-color: #5C1AFA; }
a { background-color: rgb(92,26,250); }
div.DivClassName
{
background-color: #5C1AFA;
}
.BgClassName
{
background-color: #5C1AFA;
}
</style>
border-color css
<style>
span { border-color: #5C1AFA; }
span { border-color: rgb(92,26,250); }
td.TdClassName
{
border-color: #5C1AFA;
}
.TagClassName
{
border-color: #5C1AFA;
}
</style>