Shades of Han Purple #5C1BEF
Tints of Han Purple #5C1BEF
RGB
CMYK
RGB Variations
Color information
#5C1BEF (or 0x5C1BEF) is known color: Han Purple. HEX triplet: 5C, 1B and EF. RGB value is (92,27,239). Sum of RGB (Red+Green+Blue) = 92+27+239=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C1BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C1BEF is #A3E410. Grayscale: #454545. Windows color (decimal): -10740753 or 15670108. OLE color: 15670108.
HSL color Cylindrical-coordinate representation of color #5C1BEF: hue angle of 258.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C1BEF is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 27 | 239 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.06 |
| HSL | 258.4º | 0.87% | 0.52% | - |
| HSV(B) | 258.4º | 0.89% | 0.94% | - |
| XYZ | 20.39 | 9.29 | 82.38 | - |
| YUV | 70.6 | 223.03 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 27 | 239 | 0.62 | 0.89 | 0 | 0.06 | 258.4 | 0.87 | 0.52 |
| Hex | 5C | 1B | EF | 3E | 59 | 0 | 6 | 102 | 57 | 34 |
| Octal | 134 | 33 | 357 | 76 | 131 | 0 | 6 | 402 | 127 | 64 |
| Binary | 1011100 | 11011 | 11101111 | 111110 | 1011001 | 0 | 110 | 100000010 | 1010111 | 110100 |
Color Harmonies of #5C1BEF
Complementary color
Monochromatic Colors of #5C1BEF
Black with #5C1BEF
Text Example
Text Example
White with #5C1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1BEF; }
p { color: rgb(92,27,239); }
H1.HeaderClassName
{
color: #5C1BEF;
}
.AnyTagClassName
{
color: #5C1BEF;
}
</style>
background-color css
<style>
a { background-color: #5C1BEF; }
a { background-color: rgb(92,27,239); }
div.DivClassName
{
background-color: #5C1BEF;
}
.BgClassName
{
background-color: #5C1BEF;
}
</style>
border-color css
<style>
span { border-color: #5C1BEF; }
span { border-color: rgb(92,27,239); }
td.TdClassName
{
border-color: #5C1BEF;
}
.TagClassName
{
border-color: #5C1BEF;
}
</style>