Shades of Han Purple #6E20FA
Tints of Han Purple #6E20FA
RGB
CMYK
RGB Variations
Color information
#6E20FA (or 0x6E20FA) is known color: Han Purple. HEX triplet: 6E, 20 and FA. RGB value is (110,32,250). Sum of RGB (Red+Green+Blue) = 110+32+250=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E20FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E20FA is #91DF05. Grayscale: #4F4F4F. Windows color (decimal): -9559814 or 16392302. OLE color: 16392302.
HSL color Cylindrical-coordinate representation of color #6E20FA: hue angle of 261.47º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E20FA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 32 | 250 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.02 |
| HSL | 261.47º | 0.96% | 0.55% | - |
| HSV(B) | 261.47º | 0.87% | 0.98% | - |
| XYZ | 24.2 | 11.25 | 91.34 | - |
| YUV | 80.17 | 223.84 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 250 | 0.56 | 0.87 | 0 | 0.02 | 261.47 | 0.96 | 0.55 |
| Hex | 6E | 20 | FA | 38 | 57 | 0 | 2 | 105 | 60 | 37 |
| Octal | 156 | 40 | 372 | 70 | 127 | 0 | 2 | 405 | 140 | 67 |
| Binary | 1101110 | 100000 | 11111010 | 111000 | 1010111 | 0 | 10 | 100000101 | 1100000 | 110111 |
Color Harmonies of #6E20FA
Complementary color
Monochromatic Colors of #6E20FA
Black with #6E20FA
Text Example
Text Example
White with #6E20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E20FA; }
p { color: rgb(110,32,250); }
H1.HeaderClassName
{
color: #6E20FA;
}
.AnyTagClassName
{
color: #6E20FA;
}
</style>
background-color css
<style>
a { background-color: #6E20FA; }
a { background-color: rgb(110,32,250); }
div.DivClassName
{
background-color: #6E20FA;
}
.BgClassName
{
background-color: #6E20FA;
}
</style>
border-color css
<style>
span { border-color: #6E20FA; }
span { border-color: rgb(110,32,250); }
td.TdClassName
{
border-color: #6E20FA;
}
.TagClassName
{
border-color: #6E20FA;
}
</style>