Shades of Han Purple #5C28EF
Tints of Han Purple #5C28EF
RGB
CMYK
RGB Variations
Color information
#5C28EF (or 0x5C28EF) is known color: Han Purple. HEX triplet: 5C, 28 and EF. RGB value is (92,40,239). Sum of RGB (Red+Green+Blue) = 92+40+239=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C28EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C28EF is #A3D710. Grayscale: #4D4D4D. Windows color (decimal): -10737425 or 15673436. OLE color: 15673436.
HSL color Cylindrical-coordinate representation of color #5C28EF: hue angle of 255.68º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C28EF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 40 | 239 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.06 |
| HSL | 255.68º | 0.86% | 0.55% | - |
| HSV(B) | 255.68º | 0.83% | 0.94% | - |
| XYZ | 20.75 | 10.02 | 82.5 | - |
| YUV | 78.23 | 218.73 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 239 | 0.62 | 0.83 | 0 | 0.06 | 255.68 | 0.86 | 0.55 |
| Hex | 5C | 28 | EF | 3E | 53 | 0 | 6 | 100 | 56 | 37 |
| Octal | 134 | 50 | 357 | 76 | 123 | 0 | 6 | 400 | 126 | 67 |
| Binary | 1011100 | 101000 | 11101111 | 111110 | 1010011 | 0 | 110 | 100000000 | 1010110 | 110111 |
Color Harmonies of #5C28EF
Complementary color
Monochromatic Colors of #5C28EF
Black with #5C28EF
Text Example
Text Example
White with #5C28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C28EF; }
p { color: rgb(92,40,239); }
H1.HeaderClassName
{
color: #5C28EF;
}
.AnyTagClassName
{
color: #5C28EF;
}
</style>
background-color css
<style>
a { background-color: #5C28EF; }
a { background-color: rgb(92,40,239); }
div.DivClassName
{
background-color: #5C28EF;
}
.BgClassName
{
background-color: #5C28EF;
}
</style>
border-color css
<style>
span { border-color: #5C28EF; }
span { border-color: rgb(92,40,239); }
td.TdClassName
{
border-color: #5C28EF;
}
.TagClassName
{
border-color: #5C28EF;
}
</style>