Shades of Han Purple #6E2EFC
Tints of Han Purple #6E2EFC
RGB
CMYK
RGB Variations
Color information
#6E2EFC (or 0x6E2EFC) is known color: Han Purple. HEX triplet: 6E, 2E and FC. RGB value is (110,46,252). Sum of RGB (Red+Green+Blue) = 110+46+252=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E2EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2EFC is #91D103. Grayscale: #575757. Windows color (decimal): -9556228 or 16526958. OLE color: 16526958.
HSL color Cylindrical-coordinate representation of color #6E2EFC: hue angle of 258.64º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E2EFC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 46 | 252 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.01 |
| HSL | 258.64º | 0.97% | 0.58% | - |
| HSV(B) | 258.64º | 0.82% | 0.99% | - |
| XYZ | 24.98 | 12.3 | 93.15 | - |
| YUV | 88.62 | 220.2 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 252 | 0.56 | 0.82 | 0 | 0.01 | 258.64 | 0.97 | 0.58 |
| Hex | 6E | 2E | FC | 38 | 52 | 0 | 1 | 103 | 61 | 3A |
| Octal | 156 | 56 | 374 | 70 | 122 | 0 | 1 | 403 | 141 | 72 |
| Binary | 1101110 | 101110 | 11111100 | 111000 | 1010010 | 0 | 1 | 100000011 | 1100001 | 111010 |
Color Harmonies of #6E2EFC
Complementary color
Monochromatic Colors of #6E2EFC
Black with #6E2EFC
Text Example
Text Example
White with #6E2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2EFC; }
p { color: rgb(110,46,252); }
H1.HeaderClassName
{
color: #6E2EFC;
}
.AnyTagClassName
{
color: #6E2EFC;
}
</style>
background-color css
<style>
a { background-color: #6E2EFC; }
a { background-color: rgb(110,46,252); }
div.DivClassName
{
background-color: #6E2EFC;
}
.BgClassName
{
background-color: #6E2EFC;
}
</style>
border-color css
<style>
span { border-color: #6E2EFC; }
span { border-color: rgb(110,46,252); }
td.TdClassName
{
border-color: #6E2EFC;
}
.TagClassName
{
border-color: #6E2EFC;
}
</style>