Shades of Han Purple #5C1CFA
Tints of Han Purple #5C1CFA
RGB
CMYK
RGB Variations
Color information
#5C1CFA (or 0x5C1CFA) is known color: Han Purple. HEX triplet: 5C, 1C and FA. RGB value is (92,28,250). Sum of RGB (Red+Green+Blue) = 92+28+250=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C1CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1CFA is #A3E305. Grayscale: #474747. Windows color (decimal): -10740486 or 16391260. OLE color: 16391260.
HSL color Cylindrical-coordinate representation of color #5C1CFA: hue angle of 257.3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C1CFA is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 28 | 250 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.02 |
| HSL | 257.3º | 0.96% | 0.55% | - |
| HSV(B) | 257.3º | 0.89% | 0.98% | - |
| XYZ | 22.08 | 10.01 | 91.21 | - |
| YUV | 72.44 | 228.2 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 250 | 0.63 | 0.89 | 0 | 0.02 | 257.3 | 0.96 | 0.55 |
| Hex | 5C | 1C | FA | 3F | 59 | 0 | 2 | 101 | 60 | 37 |
| Octal | 134 | 34 | 372 | 77 | 131 | 0 | 2 | 401 | 140 | 67 |
| Binary | 1011100 | 11100 | 11111010 | 111111 | 1011001 | 0 | 10 | 100000001 | 1100000 | 110111 |
Color Harmonies of #5C1CFA
Complementary color
Monochromatic Colors of #5C1CFA
Black with #5C1CFA
Text Example
Text Example
White with #5C1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1CFA; }
p { color: rgb(92,28,250); }
H1.HeaderClassName
{
color: #5C1CFA;
}
.AnyTagClassName
{
color: #5C1CFA;
}
</style>
background-color css
<style>
a { background-color: #5C1CFA; }
a { background-color: rgb(92,28,250); }
div.DivClassName
{
background-color: #5C1CFA;
}
.BgClassName
{
background-color: #5C1CFA;
}
</style>
border-color css
<style>
span { border-color: #5C1CFA; }
span { border-color: rgb(92,28,250); }
td.TdClassName
{
border-color: #5C1CFA;
}
.TagClassName
{
border-color: #5C1CFA;
}
</style>