Shades of Han Purple #5C2CFF
Tints of Han Purple #5C2CFF
RGB
CMYK
RGB Variations
Color information
#5C2CFF (or 0x5C2CFF) is known color: Han Purple. HEX triplet: 5C, 2C and FF. RGB value is (92,44,255). Sum of RGB (Red+Green+Blue) = 92+44+255=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C2CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2CFF is #A3D300. Grayscale: #515151. Windows color (decimal): -10736385 or 16723036. OLE color: 16723036.
HSL color Cylindrical-coordinate representation of color #5C2CFF: hue angle of 253.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C2CFF is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 44 | 255 | - |
| CMYK | 0.64 | 0.83 | 0 | 0 |
| HSL | 253.65º | 1% | 0.59% | - |
| HSV(B) | 253.65º | 0.83% | 1% | - |
| XYZ | 23.36 | 11.3 | 95.56 | - |
| YUV | 82.41 | 225.4 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 255 | 0.64 | 0.83 | 0 | 0 | 253.65 | 1 | 0.59 |
| Hex | 5C | 2C | FF | 40 | 53 | 0 | 0 | FE | 64 | 3B |
| Octal | 134 | 54 | 377 | 100 | 123 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1011100 | 101100 | 11111111 | 1000000 | 1010011 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #5C2CFF
Complementary color
Monochromatic Colors of #5C2CFF
Black with #5C2CFF
Text Example
Text Example
White with #5C2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2CFF; }
p { color: rgb(92,44,255); }
H1.HeaderClassName
{
color: #5C2CFF;
}
.AnyTagClassName
{
color: #5C2CFF;
}
</style>
background-color css
<style>
a { background-color: #5C2CFF; }
a { background-color: rgb(92,44,255); }
div.DivClassName
{
background-color: #5C2CFF;
}
.BgClassName
{
background-color: #5C2CFF;
}
</style>
border-color css
<style>
span { border-color: #5C2CFF; }
span { border-color: rgb(92,44,255); }
td.TdClassName
{
border-color: #5C2CFF;
}
.TagClassName
{
border-color: #5C2CFF;
}
</style>