Shades of Han Purple #6C2AEF
Tints of Han Purple #6C2AEF
RGB
CMYK
RGB Variations
Color information
#6C2AEF (or 0x6C2AEF) is known color: Han Purple. HEX triplet: 6C, 2A and EF. RGB value is (108,42,239). Sum of RGB (Red+Green+Blue) = 108+42+239=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C2AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2AEF is #93D510. Grayscale: #535353. Windows color (decimal): -9688337 or 15673964. OLE color: 15673964.
HSL color Cylindrical-coordinate representation of color #6C2AEF: hue angle of 260.1º 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 #6C2AEF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 42 | 239 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.06 |
| HSL | 260.1º | 0.86% | 0.55% | - |
| HSV(B) | 260.1º | 0.82% | 0.94% | - |
| XYZ | 22.59 | 11.08 | 82.61 | - |
| YUV | 84.19 | 215.37 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 239 | 0.55 | 0.82 | 0 | 0.06 | 260.1 | 0.86 | 0.55 |
| Hex | 6C | 2A | EF | 37 | 52 | 0 | 6 | 104 | 56 | 37 |
| Octal | 154 | 52 | 357 | 67 | 122 | 0 | 6 | 404 | 126 | 67 |
| Binary | 1101100 | 101010 | 11101111 | 110111 | 1010010 | 0 | 110 | 100000100 | 1010110 | 110111 |
Color Harmonies of #6C2AEF
Complementary color
Monochromatic Colors of #6C2AEF
Black with #6C2AEF
Text Example
Text Example
White with #6C2AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2AEF; }
p { color: rgb(108,42,239); }
H1.HeaderClassName
{
color: #6C2AEF;
}
.AnyTagClassName
{
color: #6C2AEF;
}
</style>
background-color css
<style>
a { background-color: #6C2AEF; }
a { background-color: rgb(108,42,239); }
div.DivClassName
{
background-color: #6C2AEF;
}
.BgClassName
{
background-color: #6C2AEF;
}
</style>
border-color css
<style>
span { border-color: #6C2AEF; }
span { border-color: rgb(108,42,239); }
td.TdClassName
{
border-color: #6C2AEF;
}
.TagClassName
{
border-color: #6C2AEF;
}
</style>