Shades of Han Purple #5C2BFC
Tints of Han Purple #5C2BFC
RGB
CMYK
RGB Variations
Color information
#5C2BFC (or 0x5C2BFC) is known color: Han Purple. HEX triplet: 5C, 2B and FC. RGB value is (92,43,252). Sum of RGB (Red+Green+Blue) = 92+43+252=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C2BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2BFC is #A3D403. Grayscale: #505050. Windows color (decimal): -10736644 or 16526172. OLE color: 16526172.
HSL color Cylindrical-coordinate representation of color #5C2BFC: hue angle of 254.07º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C2BFC is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 43 | 252 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.01 |
| HSL | 254.07º | 0.97% | 0.58% | - |
| HSV(B) | 254.07º | 0.83% | 0.99% | - |
| XYZ | 22.85 | 11.03 | 93.02 | - |
| YUV | 81.48 | 224.23 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 252 | 0.63 | 0.83 | 0 | 0.01 | 254.07 | 0.97 | 0.58 |
| Hex | 5C | 2B | FC | 3F | 53 | 0 | 1 | FE | 61 | 3A |
| Octal | 134 | 53 | 374 | 77 | 123 | 0 | 1 | 376 | 141 | 72 |
| Binary | 1011100 | 101011 | 11111100 | 111111 | 1010011 | 0 | 1 | 11111110 | 1100001 | 111010 |
Color Harmonies of #5C2BFC
Complementary color
Monochromatic Colors of #5C2BFC
Black with #5C2BFC
Text Example
Text Example
White with #5C2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2BFC; }
p { color: rgb(92,43,252); }
H1.HeaderClassName
{
color: #5C2BFC;
}
.AnyTagClassName
{
color: #5C2BFC;
}
</style>
background-color css
<style>
a { background-color: #5C2BFC; }
a { background-color: rgb(92,43,252); }
div.DivClassName
{
background-color: #5C2BFC;
}
.BgClassName
{
background-color: #5C2BFC;
}
</style>
border-color css
<style>
span { border-color: #5C2BFC; }
span { border-color: rgb(92,43,252); }
td.TdClassName
{
border-color: #5C2BFC;
}
.TagClassName
{
border-color: #5C2BFC;
}
</style>