Shades of Han Purple #6B2AEC
Tints of Han Purple #6B2AEC
RGB
CMYK
RGB Variations
Color information
#6B2AEC (or 0x6B2AEC) is known color: Han Purple. HEX triplet: 6B, 2A and EC. RGB value is (107,42,236). Sum of RGB (Red+Green+Blue) = 107+42+236=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B2AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2AEC is #94D513. Grayscale: #525252. Windows color (decimal): -9753876 or 15477355. OLE color: 15477355.
HSL color Cylindrical-coordinate representation of color #6B2AEC: hue angle of 260.1º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B2AEC is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 42 | 236 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.07 |
| HSL | 260.1º | 0.84% | 0.55% | - |
| HSV(B) | 260.1º | 0.82% | 0.93% | - |
| XYZ | 22.03 | 10.84 | 80.29 | - |
| YUV | 83.55 | 214.03 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 236 | 0.55 | 0.82 | 0 | 0.07 | 260.1 | 0.84 | 0.55 |
| Hex | 6B | 2A | EC | 37 | 52 | 0 | 7 | 104 | 54 | 37 |
| Octal | 153 | 52 | 354 | 67 | 122 | 0 | 7 | 404 | 124 | 67 |
| Binary | 1101011 | 101010 | 11101100 | 110111 | 1010010 | 0 | 111 | 100000100 | 1010100 | 110111 |
Color Harmonies of #6B2AEC
Complementary color
Monochromatic Colors of #6B2AEC
Black with #6B2AEC
Text Example
Text Example
White with #6B2AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2AEC; }
p { color: rgb(107,42,236); }
H1.HeaderClassName
{
color: #6B2AEC;
}
.AnyTagClassName
{
color: #6B2AEC;
}
</style>
background-color css
<style>
a { background-color: #6B2AEC; }
a { background-color: rgb(107,42,236); }
div.DivClassName
{
background-color: #6B2AEC;
}
.BgClassName
{
background-color: #6B2AEC;
}
</style>
border-color css
<style>
span { border-color: #6B2AEC; }
span { border-color: rgb(107,42,236); }
td.TdClassName
{
border-color: #6B2AEC;
}
.TagClassName
{
border-color: #6B2AEC;
}
</style>