Shades of Han Purple #6E2AFB
Tints of Han Purple #6E2AFB
RGB
CMYK
RGB Variations
Color information
#6E2AFB (or 0x6E2AFB) is known color: Han Purple. HEX triplet: 6E, 2A and FB. RGB value is (110,42,251). Sum of RGB (Red+Green+Blue) = 110+42+251=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E2AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2AFB is #91D504. Grayscale: #555555. Windows color (decimal): -9557253 or 16460398. OLE color: 16460398.
HSL color Cylindrical-coordinate representation of color #6E2AFB: hue angle of 259.52º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E2AFB is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 42 | 251 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.02 |
| HSL | 259.52º | 0.96% | 0.57% | - |
| HSV(B) | 259.52º | 0.83% | 0.98% | - |
| XYZ | 24.67 | 11.94 | 92.27 | - |
| YUV | 86.16 | 221.03 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 251 | 0.56 | 0.83 | 0 | 0.02 | 259.52 | 0.96 | 0.57 |
| Hex | 6E | 2A | FB | 38 | 53 | 0 | 2 | 104 | 60 | 39 |
| Octal | 156 | 52 | 373 | 70 | 123 | 0 | 2 | 404 | 140 | 71 |
| Binary | 1101110 | 101010 | 11111011 | 111000 | 1010011 | 0 | 10 | 100000100 | 1100000 | 111001 |
Color Harmonies of #6E2AFB
Complementary color
Monochromatic Colors of #6E2AFB
Black with #6E2AFB
Text Example
Text Example
White with #6E2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2AFB; }
p { color: rgb(110,42,251); }
H1.HeaderClassName
{
color: #6E2AFB;
}
.AnyTagClassName
{
color: #6E2AFB;
}
</style>
background-color css
<style>
a { background-color: #6E2AFB; }
a { background-color: rgb(110,42,251); }
div.DivClassName
{
background-color: #6E2AFB;
}
.BgClassName
{
background-color: #6E2AFB;
}
</style>
border-color css
<style>
span { border-color: #6E2AFB; }
span { border-color: rgb(110,42,251); }
td.TdClassName
{
border-color: #6E2AFB;
}
.TagClassName
{
border-color: #6E2AFB;
}
</style>