Shades of Han Purple #6C2CEF
Tints of Han Purple #6C2CEF
RGB
CMYK
RGB Variations
Color information
#6C2CEF (or 0x6C2CEF) is known color: Han Purple. HEX triplet: 6C, 2C and EF. RGB value is (108,44,239). Sum of RGB (Red+Green+Blue) = 108+44+239=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2CEF is #93D310. Grayscale: #545454. Windows color (decimal): -9687825 or 15674476. OLE color: 15674476.
HSL color Cylindrical-coordinate representation of color #6C2CEF: hue angle of 259.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C2CEF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 44 | 239 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.06 |
| HSL | 259.69º | 0.86% | 0.55% | - |
| HSV(B) | 259.69º | 0.82% | 0.94% | - |
| XYZ | 22.67 | 11.22 | 82.63 | - |
| YUV | 85.37 | 214.7 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 239 | 0.55 | 0.82 | 0 | 0.06 | 259.69 | 0.86 | 0.55 |
| Hex | 6C | 2C | EF | 37 | 52 | 0 | 6 | 104 | 56 | 37 |
| Octal | 154 | 54 | 357 | 67 | 122 | 0 | 6 | 404 | 126 | 67 |
| Binary | 1101100 | 101100 | 11101111 | 110111 | 1010010 | 0 | 110 | 100000100 | 1010110 | 110111 |
Color Harmonies of #6C2CEF
Complementary color
Monochromatic Colors of #6C2CEF
Black with #6C2CEF
Text Example
Text Example
White with #6C2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2CEF; }
p { color: rgb(108,44,239); }
H1.HeaderClassName
{
color: #6C2CEF;
}
.AnyTagClassName
{
color: #6C2CEF;
}
</style>
background-color css
<style>
a { background-color: #6C2CEF; }
a { background-color: rgb(108,44,239); }
div.DivClassName
{
background-color: #6C2CEF;
}
.BgClassName
{
background-color: #6C2CEF;
}
</style>
border-color css
<style>
span { border-color: #6C2CEF; }
span { border-color: rgb(108,44,239); }
td.TdClassName
{
border-color: #6C2CEF;
}
.TagClassName
{
border-color: #6C2CEF;
}
</style>