Shades of Han Purple #5C26EB
Tints of Han Purple #5C26EB
RGB
CMYK
RGB Variations
Color information
#5C26EB (or 0x5C26EB) is known color: Han Purple. HEX triplet: 5C, 26 and EB. RGB value is (92,38,235). Sum of RGB (Red+Green+Blue) = 92+38+235=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C26EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C26EB is #A3D914. Grayscale: #4B4B4B. Windows color (decimal): -10737941 or 15410780. OLE color: 15410780.
HSL color Cylindrical-coordinate representation of color #5C26EB: hue angle of 256.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C26EB is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 38 | 235 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.08 |
| HSL | 256.45º | 0.83% | 0.54% | - |
| HSV(B) | 256.45º | 0.84% | 0.92% | - |
| XYZ | 20.1 | 9.66 | 79.4 | - |
| YUV | 76.6 | 217.39 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 235 | 0.61 | 0.84 | 0 | 0.08 | 256.45 | 0.83 | 0.54 |
| Hex | 5C | 26 | EB | 3D | 54 | 0 | 8 | 100 | 53 | 36 |
| Octal | 134 | 46 | 353 | 75 | 124 | 0 | 10 | 400 | 123 | 66 |
| Binary | 1011100 | 100110 | 11101011 | 111101 | 1010100 | 0 | 1000 | 100000000 | 1010011 | 110110 |
Color Harmonies of #5C26EB
Complementary color
Monochromatic Colors of #5C26EB
Black with #5C26EB
Text Example
Text Example
White with #5C26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C26EB; }
p { color: rgb(92,38,235); }
H1.HeaderClassName
{
color: #5C26EB;
}
.AnyTagClassName
{
color: #5C26EB;
}
</style>
background-color css
<style>
a { background-color: #5C26EB; }
a { background-color: rgb(92,38,235); }
div.DivClassName
{
background-color: #5C26EB;
}
.BgClassName
{
background-color: #5C26EB;
}
</style>
border-color css
<style>
span { border-color: #5C26EB; }
span { border-color: rgb(92,38,235); }
td.TdClassName
{
border-color: #5C26EB;
}
.TagClassName
{
border-color: #5C26EB;
}
</style>