Shades of Han Purple #6C23EB
Tints of Han Purple #6C23EB
RGB
CMYK
RGB Variations
Color information
#6C23EB (or 0x6C23EB) is known color: Han Purple. HEX triplet: 6C, 23 and EB. RGB value is (108,35,235). Sum of RGB (Red+Green+Blue) = 108+35+235=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C23EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C23EB is #93DC14. Grayscale: #4E4E4E. Windows color (decimal): -9690133 or 15410028. OLE color: 15410028.
HSL color Cylindrical-coordinate representation of color #6C23EB: hue angle of 261.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C23EB is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 35 | 235 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.08 |
| HSL | 261.9º | 0.83% | 0.53% | - |
| HSV(B) | 261.9º | 0.85% | 0.92% | - |
| XYZ | 21.78 | 10.39 | 79.45 | - |
| YUV | 79.63 | 215.68 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 235 | 0.54 | 0.85 | 0 | 0.08 | 261.9 | 0.83 | 0.53 |
| Hex | 6C | 23 | EB | 36 | 55 | 0 | 8 | 106 | 53 | 35 |
| Octal | 154 | 43 | 353 | 66 | 125 | 0 | 10 | 406 | 123 | 65 |
| Binary | 1101100 | 100011 | 11101011 | 110110 | 1010101 | 0 | 1000 | 100000110 | 1010011 | 110101 |
Color Harmonies of #6C23EB
Complementary color
Monochromatic Colors of #6C23EB
Black with #6C23EB
Text Example
Text Example
White with #6C23EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C23EB; }
p { color: rgb(108,35,235); }
H1.HeaderClassName
{
color: #6C23EB;
}
.AnyTagClassName
{
color: #6C23EB;
}
</style>
background-color css
<style>
a { background-color: #6C23EB; }
a { background-color: rgb(108,35,235); }
div.DivClassName
{
background-color: #6C23EB;
}
.BgClassName
{
background-color: #6C23EB;
}
</style>
border-color css
<style>
span { border-color: #6C23EB; }
span { border-color: rgb(108,35,235); }
td.TdClassName
{
border-color: #6C23EB;
}
.TagClassName
{
border-color: #6C23EB;
}
</style>