Shades of Han Purple #6B20EB
Tints of Han Purple #6B20EB
RGB
CMYK
RGB Variations
Color information
#6B20EB (or 0x6B20EB) is known color: Han Purple. HEX triplet: 6B, 20 and EB. RGB value is (107,32,235). Sum of RGB (Red+Green+Blue) = 107+32+235=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B20EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B20EB is #94DF14. Grayscale: #4C4C4C. Windows color (decimal): -9756437 or 15409259. OLE color: 15409259.
HSL color Cylindrical-coordinate representation of color #6B20EB: hue angle of 262.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B20EB is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 32 | 235 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.08 |
| HSL | 262.17º | 0.84% | 0.52% | - |
| HSV(B) | 262.17º | 0.86% | 0.92% | - |
| XYZ | 21.58 | 10.16 | 79.42 | - |
| YUV | 77.57 | 216.85 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 235 | 0.54 | 0.86 | 0 | 0.08 | 262.17 | 0.84 | 0.52 |
| Hex | 6B | 20 | EB | 36 | 56 | 0 | 8 | 106 | 54 | 34 |
| Octal | 153 | 40 | 353 | 66 | 126 | 0 | 10 | 406 | 124 | 64 |
| Binary | 1101011 | 100000 | 11101011 | 110110 | 1010110 | 0 | 1000 | 100000110 | 1010100 | 110100 |
Color Harmonies of #6B20EB
Complementary color
Monochromatic Colors of #6B20EB
Black with #6B20EB
Text Example
Text Example
White with #6B20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B20EB; }
p { color: rgb(107,32,235); }
H1.HeaderClassName
{
color: #6B20EB;
}
.AnyTagClassName
{
color: #6B20EB;
}
</style>
background-color css
<style>
a { background-color: #6B20EB; }
a { background-color: rgb(107,32,235); }
div.DivClassName
{
background-color: #6B20EB;
}
.BgClassName
{
background-color: #6B20EB;
}
</style>
border-color css
<style>
span { border-color: #6B20EB; }
span { border-color: rgb(107,32,235); }
td.TdClassName
{
border-color: #6B20EB;
}
.TagClassName
{
border-color: #6B20EB;
}
</style>