Shades of Han Purple #6E38F9
Tints of Han Purple #6E38F9
RGB
CMYK
RGB Variations
Color information
#6E38F9 (or 0x6E38F9) is known color: Han Purple. HEX triplet: 6E, 38 and F9. RGB value is (110,56,249). Sum of RGB (Red+Green+Blue) = 110+56+249=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #6E38F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E38F9 is #91C706. Grayscale: #5D5D5D. Windows color (decimal): -9553671 or 16332910. OLE color: 16332910.
HSL color Cylindrical-coordinate representation of color #6E38F9: hue angle of 256.79º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E38F9 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 56 | 249 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.02 |
| HSL | 256.79º | 0.94% | 0.6% | - |
| HSV(B) | 256.79º | 0.78% | 0.98% | - |
| XYZ | 24.94 | 12.98 | 90.81 | - |
| YUV | 94.15 | 215.39 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 249 | 0.56 | 0.78 | 0 | 0.02 | 256.79 | 0.94 | 0.6 |
| Hex | 6E | 38 | F9 | 38 | 4E | 0 | 2 | 101 | 5E | 3C |
| Octal | 156 | 70 | 371 | 70 | 116 | 0 | 2 | 401 | 136 | 74 |
| Binary | 1101110 | 111000 | 11111001 | 111000 | 1001110 | 0 | 10 | 100000001 | 1011110 | 111100 |
Color Harmonies of #6E38F9
Complementary color
Monochromatic Colors of #6E38F9
Black with #6E38F9
Text Example
Text Example
White with #6E38F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E38F9; }
p { color: rgb(110,56,249); }
H1.HeaderClassName
{
color: #6E38F9;
}
.AnyTagClassName
{
color: #6E38F9;
}
</style>
background-color css
<style>
a { background-color: #6E38F9; }
a { background-color: rgb(110,56,249); }
div.DivClassName
{
background-color: #6E38F9;
}
.BgClassName
{
background-color: #6E38F9;
}
</style>
border-color css
<style>
span { border-color: #6E38F9; }
span { border-color: rgb(110,56,249); }
td.TdClassName
{
border-color: #6E38F9;
}
.TagClassName
{
border-color: #6E38F9;
}
</style>