Shades of Han Purple #5C14E6
Tints of Han Purple #5C14E6
RGB
CMYK
RGB Variations
Color information
#5C14E6 (or 0x5C14E6) is known color: Han Purple. HEX triplet: 5C, 14 and E6. RGB value is (92,20,230). Sum of RGB (Red+Green+Blue) = 92+20+230=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #5C14E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C14E6 is #A3EB19. Grayscale: #404040. Windows color (decimal): -10742554 or 15078492. OLE color: 15078492.
HSL color Cylindrical-coordinate representation of color #5C14E6: hue angle of 260.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C14E6 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 20 | 230 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.10 |
| HSL | 260.57º | 0.84% | 0.49% | - |
| HSV(B) | 260.57º | 0.91% | 0.9% | - |
| XYZ | 18.95 | 8.49 | 75.5 | - |
| YUV | 65.47 | 220.85 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 230 | 0.60 | 0.91 | 0 | 0.10 | 260.57 | 0.84 | 0.49 |
| Hex | 5C | 14 | E6 | 3C | 5B | 0 | A | 105 | 54 | 31 |
| Octal | 134 | 24 | 346 | 74 | 133 | 0 | 12 | 405 | 124 | 61 |
| Binary | 1011100 | 10100 | 11100110 | 111100 | 1011011 | 0 | 1010 | 100000101 | 1010100 | 110001 |
Color Harmonies of #5C14E6
Complementary color
Monochromatic Colors of #5C14E6
Black with #5C14E6
Text Example
Text Example
White with #5C14E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C14E6; }
p { color: rgb(92,20,230); }
H1.HeaderClassName
{
color: #5C14E6;
}
.AnyTagClassName
{
color: #5C14E6;
}
</style>
background-color css
<style>
a { background-color: #5C14E6; }
a { background-color: rgb(92,20,230); }
div.DivClassName
{
background-color: #5C14E6;
}
.BgClassName
{
background-color: #5C14E6;
}
</style>
border-color css
<style>
span { border-color: #5C14E6; }
span { border-color: rgb(92,20,230); }
td.TdClassName
{
border-color: #5C14E6;
}
.TagClassName
{
border-color: #5C14E6;
}
</style>