Shades of Han Purple #6E3AFC
Tints of Han Purple #6E3AFC
RGB
CMYK
RGB Variations
Color information
#6E3AFC (or 0x6E3AFC) is known color: Han Purple. HEX triplet: 6E, 3A and FC. RGB value is (110,58,252). Sum of RGB (Red+Green+Blue) = 110+58+252=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E3AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3AFC is #91C503. Grayscale: #5E5E5E. Windows color (decimal): -9553156 or 16530030. OLE color: 16530030.
HSL color Cylindrical-coordinate representation of color #6E3AFC: hue angle of 256.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E3AFC is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 58 | 252 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.01 |
| HSL | 256.08º | 0.97% | 0.61% | - |
| HSV(B) | 256.08º | 0.77% | 0.99% | - |
| XYZ | 25.51 | 13.37 | 93.33 | - |
| YUV | 95.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 252 | 0.56 | 0.77 | 0 | 0.01 | 256.08 | 0.97 | 0.61 |
| Hex | 6E | 3A | FC | 38 | 4D | 0 | 1 | 100 | 61 | 3D |
| Octal | 156 | 72 | 374 | 70 | 115 | 0 | 1 | 400 | 141 | 75 |
| Binary | 1101110 | 111010 | 11111100 | 111000 | 1001101 | 0 | 1 | 100000000 | 1100001 | 111101 |
Color Harmonies of #6E3AFC
Complementary color
Monochromatic Colors of #6E3AFC
Black with #6E3AFC
Text Example
Text Example
White with #6E3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3AFC; }
p { color: rgb(110,58,252); }
H1.HeaderClassName
{
color: #6E3AFC;
}
.AnyTagClassName
{
color: #6E3AFC;
}
</style>
background-color css
<style>
a { background-color: #6E3AFC; }
a { background-color: rgb(110,58,252); }
div.DivClassName
{
background-color: #6E3AFC;
}
.BgClassName
{
background-color: #6E3AFC;
}
</style>
border-color css
<style>
span { border-color: #6E3AFC; }
span { border-color: rgb(110,58,252); }
td.TdClassName
{
border-color: #6E3AFC;
}
.TagClassName
{
border-color: #6E3AFC;
}
</style>