Shades of Han Purple #5C2DFC
Tints of Han Purple #5C2DFC
RGB
CMYK
RGB Variations
Color information
#5C2DFC (or 0x5C2DFC) is known color: Han Purple. HEX triplet: 5C, 2D and FC. RGB value is (92,45,252). Sum of RGB (Red+Green+Blue) = 92+45+252=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2DFC is #A3D203. Grayscale: #515151. Windows color (decimal): -10736132 or 16526684. OLE color: 16526684.
HSL color Cylindrical-coordinate representation of color #5C2DFC: hue angle of 253.62º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C2DFC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 45 | 252 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.01 |
| HSL | 253.62º | 0.97% | 0.58% | - |
| HSV(B) | 253.62º | 0.82% | 0.99% | - |
| XYZ | 22.92 | 11.18 | 93.05 | - |
| YUV | 82.65 | 223.57 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 252 | 0.63 | 0.82 | 0 | 0.01 | 253.62 | 0.97 | 0.58 |
| Hex | 5C | 2D | FC | 3F | 52 | 0 | 1 | FE | 61 | 3A |
| Octal | 134 | 55 | 374 | 77 | 122 | 0 | 1 | 376 | 141 | 72 |
| Binary | 1011100 | 101101 | 11111100 | 111111 | 1010010 | 0 | 1 | 11111110 | 1100001 | 111010 |
Color Harmonies of #5C2DFC
Complementary color
Monochromatic Colors of #5C2DFC
Black with #5C2DFC
Text Example
Text Example
White with #5C2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DFC; }
p { color: rgb(92,45,252); }
H1.HeaderClassName
{
color: #5C2DFC;
}
.AnyTagClassName
{
color: #5C2DFC;
}
</style>
background-color css
<style>
a { background-color: #5C2DFC; }
a { background-color: rgb(92,45,252); }
div.DivClassName
{
background-color: #5C2DFC;
}
.BgClassName
{
background-color: #5C2DFC;
}
</style>
border-color css
<style>
span { border-color: #5C2DFC; }
span { border-color: rgb(92,45,252); }
td.TdClassName
{
border-color: #5C2DFC;
}
.TagClassName
{
border-color: #5C2DFC;
}
</style>