Shades of Han Purple #6E27FF
Tints of Han Purple #6E27FF
RGB
CMYK
RGB Variations
Color information
#6E27FF (or 0x6E27FF) is known color: Han Purple. HEX triplet: 6E, 27 and FF. RGB value is (110,39,255). Sum of RGB (Red+Green+Blue) = 110+39+255=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E27FF is #91D800. Grayscale: #545454. Windows color (decimal): -9558017 or 16721774. OLE color: 16721774.
HSL color Cylindrical-coordinate representation of color #6E27FF: hue angle of 259.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E27FF is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 39 | 255 | - |
| CMYK | 0.57 | 0.85 | 0 | 0 |
| HSL | 259.72º | 1% | 0.58% | - |
| HSV(B) | 259.72º | 0.85% | 1% | - |
| XYZ | 25.21 | 11.99 | 95.59 | - |
| YUV | 84.85 | 224.02 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 255 | 0.57 | 0.85 | 0 | 0 | 259.72 | 1 | 0.58 |
| Hex | 6E | 27 | FF | 39 | 55 | 0 | 0 | 104 | 64 | 3A |
| Octal | 156 | 47 | 377 | 71 | 125 | 0 | 0 | 404 | 144 | 72 |
| Binary | 1101110 | 100111 | 11111111 | 111001 | 1010101 | 0 | 0 | 100000100 | 1100100 | 111010 |
Color Harmonies of #6E27FF
Complementary color
Monochromatic Colors of #6E27FF
Black with #6E27FF
Text Example
Text Example
White with #6E27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E27FF; }
p { color: rgb(110,39,255); }
H1.HeaderClassName
{
color: #6E27FF;
}
.AnyTagClassName
{
color: #6E27FF;
}
</style>
background-color css
<style>
a { background-color: #6E27FF; }
a { background-color: rgb(110,39,255); }
div.DivClassName
{
background-color: #6E27FF;
}
.BgClassName
{
background-color: #6E27FF;
}
</style>
border-color css
<style>
span { border-color: #6E27FF; }
span { border-color: rgb(110,39,255); }
td.TdClassName
{
border-color: #6E27FF;
}
.TagClassName
{
border-color: #6E27FF;
}
</style>