Shades of Han Purple #6C27EB
Tints of Han Purple #6C27EB
RGB
CMYK
RGB Variations
Color information
#6C27EB (or 0x6C27EB) is known color: Han Purple. HEX triplet: 6C, 27 and EB. RGB value is (108,39,235). Sum of RGB (Red+Green+Blue) = 108+39+235=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C27EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C27EB is #93D814. Grayscale: #515151. Windows color (decimal): -9689109 or 15411052. OLE color: 15411052.
HSL color Cylindrical-coordinate representation of color #6C27EB: hue angle of 261.12º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C27EB is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 39 | 235 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.08 |
| HSL | 261.12º | 0.83% | 0.54% | - |
| HSV(B) | 261.12º | 0.83% | 0.92% | - |
| XYZ | 21.91 | 10.64 | 79.5 | - |
| YUV | 81.98 | 214.36 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 235 | 0.54 | 0.83 | 0 | 0.08 | 261.12 | 0.83 | 0.54 |
| Hex | 6C | 27 | EB | 36 | 53 | 0 | 8 | 105 | 53 | 36 |
| Octal | 154 | 47 | 353 | 66 | 123 | 0 | 10 | 405 | 123 | 66 |
| Binary | 1101100 | 100111 | 11101011 | 110110 | 1010011 | 0 | 1000 | 100000101 | 1010011 | 110110 |
Color Harmonies of #6C27EB
Complementary color
Monochromatic Colors of #6C27EB
Black with #6C27EB
Text Example
Text Example
White with #6C27EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C27EB; }
p { color: rgb(108,39,235); }
H1.HeaderClassName
{
color: #6C27EB;
}
.AnyTagClassName
{
color: #6C27EB;
}
</style>
background-color css
<style>
a { background-color: #6C27EB; }
a { background-color: rgb(108,39,235); }
div.DivClassName
{
background-color: #6C27EB;
}
.BgClassName
{
background-color: #6C27EB;
}
</style>
border-color css
<style>
span { border-color: #6C27EB; }
span { border-color: rgb(108,39,235); }
td.TdClassName
{
border-color: #6C27EB;
}
.TagClassName
{
border-color: #6C27EB;
}
</style>