Shades of Han Purple #5C29FF
Tints of Han Purple #5C29FF
RGB
CMYK
RGB Variations
Color information
#5C29FF (or 0x5C29FF) is known color: Han Purple. HEX triplet: 5C, 29 and FF. RGB value is (92,41,255). Sum of RGB (Red+Green+Blue) = 92+41+255=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C29FF is #A3D600. Grayscale: #4F4F4F. Windows color (decimal): -10737153 or 16722268. OLE color: 16722268.
HSL color Cylindrical-coordinate representation of color #5C29FF: hue angle of 254.3º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C29FF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 41 | 255 | - |
| CMYK | 0.64 | 0.84 | 0 | 0 |
| HSL | 254.3º | 1% | 0.58% | - |
| HSV(B) | 254.3º | 0.84% | 1% | - |
| XYZ | 23.26 | 11.08 | 95.52 | - |
| YUV | 80.65 | 226.4 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 255 | 0.64 | 0.84 | 0 | 0 | 254.3 | 1 | 0.58 |
| Hex | 5C | 29 | FF | 40 | 54 | 0 | 0 | FE | 64 | 3A |
| Octal | 134 | 51 | 377 | 100 | 124 | 0 | 0 | 376 | 144 | 72 |
| Binary | 1011100 | 101001 | 11111111 | 1000000 | 1010100 | 0 | 0 | 11111110 | 1100100 | 111010 |
Color Harmonies of #5C29FF
Complementary color
Monochromatic Colors of #5C29FF
Black with #5C29FF
Text Example
Text Example
White with #5C29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C29FF; }
p { color: rgb(92,41,255); }
H1.HeaderClassName
{
color: #5C29FF;
}
.AnyTagClassName
{
color: #5C29FF;
}
</style>
background-color css
<style>
a { background-color: #5C29FF; }
a { background-color: rgb(92,41,255); }
div.DivClassName
{
background-color: #5C29FF;
}
.BgClassName
{
background-color: #5C29FF;
}
</style>
border-color css
<style>
span { border-color: #5C29FF; }
span { border-color: rgb(92,41,255); }
td.TdClassName
{
border-color: #5C29FF;
}
.TagClassName
{
border-color: #5C29FF;
}
</style>