Shades of Han Purple #5C0CFA
Tints of Han Purple #5C0CFA
RGB
CMYK
RGB Variations
Color information
#5C0CFA (or 0x5C0CFA) is known color: Han Purple. HEX triplet: 5C, 0C and FA. RGB value is (92,12,250). Sum of RGB (Red+Green+Blue) = 92+12+250=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0CFA is #A3F305. Grayscale: #3E3E3E. Windows color (decimal): -10744582 or 16387164. OLE color: 16387164.
HSL color Cylindrical-coordinate representation of color #5C0CFA: hue angle of 260.17º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0CFA is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 12 | 250 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.02 |
| HSL | 260.17º | 0.96% | 0.51% | - |
| HSV(B) | 260.17º | 0.95% | 0.98% | - |
| XYZ | 21.8 | 9.44 | 91.12 | - |
| YUV | 63.05 | 233.5 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 250 | 0.63 | 0.95 | 0 | 0.02 | 260.17 | 0.96 | 0.51 |
| Hex | 5C | C | FA | 3F | 5F | 0 | 2 | 104 | 60 | 33 |
| Octal | 134 | 14 | 372 | 77 | 137 | 0 | 2 | 404 | 140 | 63 |
| Binary | 1011100 | 1100 | 11111010 | 111111 | 1011111 | 0 | 10 | 100000100 | 1100000 | 110011 |
Color Harmonies of #5C0CFA
Complementary color
Monochromatic Colors of #5C0CFA
Black with #5C0CFA
Text Example
Text Example
White with #5C0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0CFA; }
p { color: rgb(92,12,250); }
H1.HeaderClassName
{
color: #5C0CFA;
}
.AnyTagClassName
{
color: #5C0CFA;
}
</style>
background-color css
<style>
a { background-color: #5C0CFA; }
a { background-color: rgb(92,12,250); }
div.DivClassName
{
background-color: #5C0CFA;
}
.BgClassName
{
background-color: #5C0CFA;
}
</style>
border-color css
<style>
span { border-color: #5C0CFA; }
span { border-color: rgb(92,12,250); }
td.TdClassName
{
border-color: #5C0CFA;
}
.TagClassName
{
border-color: #5C0CFA;
}
</style>