Shades of Han Purple #6E25F1
Tints of Han Purple #6E25F1
RGB
CMYK
RGB Variations
Color information
#6E25F1 (or 0x6E25F1) is known color: Han Purple. HEX triplet: 6E, 25 and F1. RGB value is (110,37,241). Sum of RGB (Red+Green+Blue) = 110+37+241=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E25F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E25F1 is #91DA0E. Grayscale: #515151. Windows color (decimal): -9558543 or 15803758. OLE color: 15803758.
HSL color Cylindrical-coordinate representation of color #6E25F1: hue angle of 261.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E25F1 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 37 | 241 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.05 |
| HSL | 261.47º | 0.88% | 0.55% | - |
| HSV(B) | 261.47º | 0.85% | 0.95% | - |
| XYZ | 22.97 | 10.99 | 84.13 | - |
| YUV | 82.08 | 217.68 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 241 | 0.54 | 0.85 | 0 | 0.05 | 261.47 | 0.88 | 0.55 |
| Hex | 6E | 25 | F1 | 36 | 55 | 0 | 5 | 105 | 58 | 37 |
| Octal | 156 | 45 | 361 | 66 | 125 | 0 | 5 | 405 | 130 | 67 |
| Binary | 1101110 | 100101 | 11110001 | 110110 | 1010101 | 0 | 101 | 100000101 | 1011000 | 110111 |
Color Harmonies of #6E25F1
Complementary color
Monochromatic Colors of #6E25F1
Black with #6E25F1
Text Example
Text Example
White with #6E25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E25F1; }
p { color: rgb(110,37,241); }
H1.HeaderClassName
{
color: #6E25F1;
}
.AnyTagClassName
{
color: #6E25F1;
}
</style>
background-color css
<style>
a { background-color: #6E25F1; }
a { background-color: rgb(110,37,241); }
div.DivClassName
{
background-color: #6E25F1;
}
.BgClassName
{
background-color: #6E25F1;
}
</style>
border-color css
<style>
span { border-color: #6E25F1; }
span { border-color: rgb(110,37,241); }
td.TdClassName
{
border-color: #6E25F1;
}
.TagClassName
{
border-color: #6E25F1;
}
</style>