Shades of Han Purple #5C1DFC
Tints of Han Purple #5C1DFC
RGB
CMYK
RGB Variations
Color information
#5C1DFC (or 0x5C1DFC) is known color: Han Purple. HEX triplet: 5C, 1D and FC. RGB value is (92,29,252). Sum of RGB (Red+Green+Blue) = 92+29+252=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C1DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1DFC is #A3E203. Grayscale: #484848. Windows color (decimal): -10740228 or 16522588. OLE color: 16522588.
HSL color Cylindrical-coordinate representation of color #5C1DFC: hue angle of 256.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1DFC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 29 | 252 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.01 |
| HSL | 256.95º | 0.97% | 0.55% | - |
| HSV(B) | 256.95º | 0.88% | 0.99% | - |
| XYZ | 22.42 | 10.18 | 92.88 | - |
| YUV | 73.26 | 228.87 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 29 | 252 | 0.63 | 0.88 | 0 | 0.01 | 256.95 | 0.97 | 0.55 |
| Hex | 5C | 1D | FC | 3F | 58 | 0 | 1 | 101 | 61 | 37 |
| Octal | 134 | 35 | 374 | 77 | 130 | 0 | 1 | 401 | 141 | 67 |
| Binary | 1011100 | 11101 | 11111100 | 111111 | 1011000 | 0 | 1 | 100000001 | 1100001 | 110111 |
Color Harmonies of #5C1DFC
Complementary color
Monochromatic Colors of #5C1DFC
Black with #5C1DFC
Text Example
Text Example
White with #5C1DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1DFC; }
p { color: rgb(92,29,252); }
H1.HeaderClassName
{
color: #5C1DFC;
}
.AnyTagClassName
{
color: #5C1DFC;
}
</style>
background-color css
<style>
a { background-color: #5C1DFC; }
a { background-color: rgb(92,29,252); }
div.DivClassName
{
background-color: #5C1DFC;
}
.BgClassName
{
background-color: #5C1DFC;
}
</style>
border-color css
<style>
span { border-color: #5C1DFC; }
span { border-color: rgb(92,29,252); }
td.TdClassName
{
border-color: #5C1DFC;
}
.TagClassName
{
border-color: #5C1DFC;
}
</style>