Shades of Han Purple #6B2AEB
Tints of Han Purple #6B2AEB
RGB
CMYK
RGB Variations
Color information
#6B2AEB (or 0x6B2AEB) is known color: Han Purple. HEX triplet: 6B, 2A and EB. RGB value is (107,42,235). Sum of RGB (Red+Green+Blue) = 107+42+235=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B2AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2AEB is #94D514. Grayscale: #525252. Windows color (decimal): -9753877 or 15411819. OLE color: 15411819.
HSL color Cylindrical-coordinate representation of color #6B2AEB: hue angle of 260.21º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B2AEB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 42 | 235 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.08 |
| HSL | 260.21º | 0.83% | 0.54% | - |
| HSV(B) | 260.21º | 0.82% | 0.92% | - |
| XYZ | 21.89 | 10.78 | 79.52 | - |
| YUV | 83.44 | 213.53 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 235 | 0.54 | 0.82 | 0 | 0.08 | 260.21 | 0.83 | 0.54 |
| Hex | 6B | 2A | EB | 36 | 52 | 0 | 8 | 104 | 53 | 36 |
| Octal | 153 | 52 | 353 | 66 | 122 | 0 | 10 | 404 | 123 | 66 |
| Binary | 1101011 | 101010 | 11101011 | 110110 | 1010010 | 0 | 1000 | 100000100 | 1010011 | 110110 |
Color Harmonies of #6B2AEB
Complementary color
Monochromatic Colors of #6B2AEB
Black with #6B2AEB
Text Example
Text Example
White with #6B2AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2AEB; }
p { color: rgb(107,42,235); }
H1.HeaderClassName
{
color: #6B2AEB;
}
.AnyTagClassName
{
color: #6B2AEB;
}
</style>
background-color css
<style>
a { background-color: #6B2AEB; }
a { background-color: rgb(107,42,235); }
div.DivClassName
{
background-color: #6B2AEB;
}
.BgClassName
{
background-color: #6B2AEB;
}
</style>
border-color css
<style>
span { border-color: #6B2AEB; }
span { border-color: rgb(107,42,235); }
td.TdClassName
{
border-color: #6B2AEB;
}
.TagClassName
{
border-color: #6B2AEB;
}
</style>