Shades of Han Purple #6E2BFC
Tints of Han Purple #6E2BFC
RGB
CMYK
RGB Variations
Color information
#6E2BFC (or 0x6E2BFC) is known color: Han Purple. HEX triplet: 6E, 2B and FC. RGB value is (110,43,252). Sum of RGB (Red+Green+Blue) = 110+43+252=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E2BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2BFC is #91D403. Grayscale: #565656. Windows color (decimal): -9556996 or 16526190. OLE color: 16526190.
HSL color Cylindrical-coordinate representation of color #6E2BFC: hue angle of 259.23º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E2BFC is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 43 | 252 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.01 |
| HSL | 259.23º | 0.97% | 0.58% | - |
| HSV(B) | 259.23º | 0.83% | 0.99% | - |
| XYZ | 24.86 | 12.07 | 93.11 | - |
| YUV | 86.86 | 221.2 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 252 | 0.56 | 0.83 | 0 | 0.01 | 259.23 | 0.97 | 0.58 |
| Hex | 6E | 2B | FC | 38 | 53 | 0 | 1 | 103 | 61 | 3A |
| Octal | 156 | 53 | 374 | 70 | 123 | 0 | 1 | 403 | 141 | 72 |
| Binary | 1101110 | 101011 | 11111100 | 111000 | 1010011 | 0 | 1 | 100000011 | 1100001 | 111010 |
Color Harmonies of #6E2BFC
Complementary color
Monochromatic Colors of #6E2BFC
Black with #6E2BFC
Text Example
Text Example
White with #6E2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BFC; }
p { color: rgb(110,43,252); }
H1.HeaderClassName
{
color: #6E2BFC;
}
.AnyTagClassName
{
color: #6E2BFC;
}
</style>
background-color css
<style>
a { background-color: #6E2BFC; }
a { background-color: rgb(110,43,252); }
div.DivClassName
{
background-color: #6E2BFC;
}
.BgClassName
{
background-color: #6E2BFC;
}
</style>
border-color css
<style>
span { border-color: #6E2BFC; }
span { border-color: rgb(110,43,252); }
td.TdClassName
{
border-color: #6E2BFC;
}
.TagClassName
{
border-color: #6E2BFC;
}
</style>