Shades of Han Purple #6E39FF
Tints of Han Purple #6E39FF
RGB
CMYK
RGB Variations
Color information
#6E39FF (or 0x6E39FF) is known color: Han Purple. HEX triplet: 6E, 39 and FF. RGB value is (110,57,255). Sum of RGB (Red+Green+Blue) = 110+57+255=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E39FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E39FF is #91C600. Grayscale: #5E5E5E. Windows color (decimal): -9553409 or 16726382. OLE color: 16726382.
HSL color Cylindrical-coordinate representation of color #6E39FF: hue angle of 256.06º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E39FF is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 57 | 255 | - |
| CMYK | 0.57 | 0.78 | 0 | 0 |
| HSL | 256.06º | 1% | 0.61% | - |
| HSV(B) | 256.06º | 0.78% | 1% | - |
| XYZ | 25.94 | 13.46 | 95.84 | - |
| YUV | 95.42 | 218.06 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 255 | 0.57 | 0.78 | 0 | 0 | 256.06 | 1 | 0.61 |
| Hex | 6E | 39 | FF | 39 | 4E | 0 | 0 | 100 | 64 | 3D |
| Octal | 156 | 71 | 377 | 71 | 116 | 0 | 0 | 400 | 144 | 75 |
| Binary | 1101110 | 111001 | 11111111 | 111001 | 1001110 | 0 | 0 | 100000000 | 1100100 | 111101 |
Color Harmonies of #6E39FF
Complementary color
Monochromatic Colors of #6E39FF
Black with #6E39FF
Text Example
Text Example
White with #6E39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E39FF; }
p { color: rgb(110,57,255); }
H1.HeaderClassName
{
color: #6E39FF;
}
.AnyTagClassName
{
color: #6E39FF;
}
</style>
background-color css
<style>
a { background-color: #6E39FF; }
a { background-color: rgb(110,57,255); }
div.DivClassName
{
background-color: #6E39FF;
}
.BgClassName
{
background-color: #6E39FF;
}
</style>
border-color css
<style>
span { border-color: #6E39FF; }
span { border-color: rgb(110,57,255); }
td.TdClassName
{
border-color: #6E39FF;
}
.TagClassName
{
border-color: #6E39FF;
}
</style>