Shades of Han Purple #6E2FFE
Tints of Han Purple #6E2FFE
RGB
CMYK
RGB Variations
Color information
#6E2FFE (or 0x6E2FFE) is known color: Han Purple. HEX triplet: 6E, 2F and FE. RGB value is (110,47,254). Sum of RGB (Red+Green+Blue) = 110+47+254=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E2FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2FFE is #91D001. Grayscale: #585858. Windows color (decimal): -9555970 or 16658286. OLE color: 16658286.
HSL color Cylindrical-coordinate representation of color #6E2FFE: hue angle of 258.26º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2FFE is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 47 | 254 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.00 |
| HSL | 258.26º | 0.99% | 0.59% | - |
| HSV(B) | 258.26º | 0.81% | 1% | - |
| XYZ | 25.34 | 12.5 | 94.84 | - |
| YUV | 89.44 | 220.87 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 254 | 0.57 | 0.81 | 0 | 0.00 | 258.26 | 0.99 | 0.59 |
| Hex | 6E | 2F | FE | 39 | 51 | 0 | 0 | 102 | 63 | 3B |
| Octal | 156 | 57 | 376 | 71 | 121 | 0 | 0 | 402 | 143 | 73 |
| Binary | 1101110 | 101111 | 11111110 | 111001 | 1010001 | 0 | 0 | 100000010 | 1100011 | 111011 |
Color Harmonies of #6E2FFE
Complementary color
Monochromatic Colors of #6E2FFE
Black with #6E2FFE
Text Example
Text Example
White with #6E2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2FFE; }
p { color: rgb(110,47,254); }
H1.HeaderClassName
{
color: #6E2FFE;
}
.AnyTagClassName
{
color: #6E2FFE;
}
</style>
background-color css
<style>
a { background-color: #6E2FFE; }
a { background-color: rgb(110,47,254); }
div.DivClassName
{
background-color: #6E2FFE;
}
.BgClassName
{
background-color: #6E2FFE;
}
</style>
border-color css
<style>
span { border-color: #6E2FFE; }
span { border-color: rgb(110,47,254); }
td.TdClassName
{
border-color: #6E2FFE;
}
.TagClassName
{
border-color: #6E2FFE;
}
</style>