Shades of Han Purple #5C2BFA
Tints of Han Purple #5C2BFA
RGB
CMYK
RGB Variations
Color information
#5C2BFA (or 0x5C2BFA) is known color: Han Purple. HEX triplet: 5C, 2B and FA. RGB value is (92,43,250). Sum of RGB (Red+Green+Blue) = 92+43+250=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C2BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2BFA is #A3D405. Grayscale: #505050. Windows color (decimal): -10736646 or 16395100. OLE color: 16395100.
HSL color Cylindrical-coordinate representation of color #5C2BFA: hue angle of 254.2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C2BFA is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 43 | 250 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.02 |
| HSL | 254.2º | 0.95% | 0.57% | - |
| HSV(B) | 254.2º | 0.83% | 0.98% | - |
| XYZ | 22.53 | 10.91 | 91.36 | - |
| YUV | 81.25 | 223.23 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 250 | 0.63 | 0.83 | 0 | 0.02 | 254.2 | 0.95 | 0.57 |
| Hex | 5C | 2B | FA | 3F | 53 | 0 | 2 | FE | 5F | 39 |
| Octal | 134 | 53 | 372 | 77 | 123 | 0 | 2 | 376 | 137 | 71 |
| Binary | 1011100 | 101011 | 11111010 | 111111 | 1010011 | 0 | 10 | 11111110 | 1011111 | 111001 |
Color Harmonies of #5C2BFA
Complementary color
Monochromatic Colors of #5C2BFA
Black with #5C2BFA
Text Example
Text Example
White with #5C2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2BFA; }
p { color: rgb(92,43,250); }
H1.HeaderClassName
{
color: #5C2BFA;
}
.AnyTagClassName
{
color: #5C2BFA;
}
</style>
background-color css
<style>
a { background-color: #5C2BFA; }
a { background-color: rgb(92,43,250); }
div.DivClassName
{
background-color: #5C2BFA;
}
.BgClassName
{
background-color: #5C2BFA;
}
</style>
border-color css
<style>
span { border-color: #5C2BFA; }
span { border-color: rgb(92,43,250); }
td.TdClassName
{
border-color: #5C2BFA;
}
.TagClassName
{
border-color: #5C2BFA;
}
</style>