Shades of Han Purple #6E2FFB
Tints of Han Purple #6E2FFB
RGB
CMYK
RGB Variations
Color information
#6E2FFB (or 0x6E2FFB) is known color: Han Purple. HEX triplet: 6E, 2F and FB. RGB value is (110,47,251). Sum of RGB (Red+Green+Blue) = 110+47+251=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E2FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2FFB is #91D004. Grayscale: #585858. Windows color (decimal): -9555973 or 16461678. OLE color: 16461678.
HSL color Cylindrical-coordinate representation of color #6E2FFB: hue angle of 258.53º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2FFB is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 47 | 251 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.02 |
| HSL | 258.53º | 0.96% | 0.58% | - |
| HSV(B) | 258.53º | 0.81% | 0.98% | - |
| XYZ | 24.86 | 12.31 | 92.33 | - |
| YUV | 89.09 | 219.37 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 251 | 0.56 | 0.81 | 0 | 0.02 | 258.53 | 0.96 | 0.58 |
| Hex | 6E | 2F | FB | 38 | 51 | 0 | 2 | 103 | 60 | 3A |
| Octal | 156 | 57 | 373 | 70 | 121 | 0 | 2 | 403 | 140 | 72 |
| Binary | 1101110 | 101111 | 11111011 | 111000 | 1010001 | 0 | 10 | 100000011 | 1100000 | 111010 |
Color Harmonies of #6E2FFB
Complementary color
Monochromatic Colors of #6E2FFB
Black with #6E2FFB
Text Example
Text Example
White with #6E2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2FFB; }
p { color: rgb(110,47,251); }
H1.HeaderClassName
{
color: #6E2FFB;
}
.AnyTagClassName
{
color: #6E2FFB;
}
</style>
background-color css
<style>
a { background-color: #6E2FFB; }
a { background-color: rgb(110,47,251); }
div.DivClassName
{
background-color: #6E2FFB;
}
.BgClassName
{
background-color: #6E2FFB;
}
</style>
border-color css
<style>
span { border-color: #6E2FFB; }
span { border-color: rgb(110,47,251); }
td.TdClassName
{
border-color: #6E2FFB;
}
.TagClassName
{
border-color: #6E2FFB;
}
</style>