Shades of Han Purple #6C1CEE
Tints of Han Purple #6C1CEE
RGB
CMYK
RGB Variations
Color information
#6C1CEE (or 0x6C1CEE) is known color: Han Purple. HEX triplet: 6C, 1C and EE. RGB value is (108,28,238). Sum of RGB (Red+Green+Blue) = 108+28+238=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C1CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1CEE is #93E311. Grayscale: #4B4B4B. Windows color (decimal): -9691922 or 15604844. OLE color: 15604844.
HSL color Cylindrical-coordinate representation of color #6C1CEE: hue angle of 262.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1CEE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 28 | 238 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.07 |
| HSL | 262.86º | 0.86% | 0.52% | - |
| HSV(B) | 262.86º | 0.88% | 0.93% | - |
| XYZ | 22.03 | 10.19 | 81.69 | - |
| YUV | 75.86 | 219.5 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 28 | 238 | 0.55 | 0.88 | 0 | 0.07 | 262.86 | 0.86 | 0.52 |
| Hex | 6C | 1C | EE | 37 | 58 | 0 | 7 | 107 | 56 | 34 |
| Octal | 154 | 34 | 356 | 67 | 130 | 0 | 7 | 407 | 126 | 64 |
| Binary | 1101100 | 11100 | 11101110 | 110111 | 1011000 | 0 | 111 | 100000111 | 1010110 | 110100 |
Color Harmonies of #6C1CEE
Complementary color
Monochromatic Colors of #6C1CEE
Black with #6C1CEE
Text Example
Text Example
White with #6C1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1CEE; }
p { color: rgb(108,28,238); }
H1.HeaderClassName
{
color: #6C1CEE;
}
.AnyTagClassName
{
color: #6C1CEE;
}
</style>
background-color css
<style>
a { background-color: #6C1CEE; }
a { background-color: rgb(108,28,238); }
div.DivClassName
{
background-color: #6C1CEE;
}
.BgClassName
{
background-color: #6C1CEE;
}
</style>
border-color css
<style>
span { border-color: #6C1CEE; }
span { border-color: rgb(108,28,238); }
td.TdClassName
{
border-color: #6C1CEE;
}
.TagClassName
{
border-color: #6C1CEE;
}
</style>