Shades of Han Purple #6E25F7
Tints of Han Purple #6E25F7
RGB
CMYK
RGB Variations
Color information
#6E25F7 (or 0x6E25F7) is known color: Han Purple. HEX triplet: 6E, 25 and F7. RGB value is (110,37,247). Sum of RGB (Red+Green+Blue) = 110+37+247=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 247 (96.88% from 255 or 62.69% from 394); Max value from RGB is 247 - color contains mainly: blue. Hex color #6E25F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E25F7 is #91DA08. Grayscale: #525252. Windows color (decimal): -9558537 or 16196974. OLE color: 16196974.
HSL color Cylindrical-coordinate representation of color #6E25F7: hue angle of 260.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E25F7 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 37 | 247 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.03 |
| HSL | 260.86º | 0.93% | 0.56% | - |
| HSV(B) | 260.86º | 0.85% | 0.97% | - |
| XYZ | 23.88 | 11.35 | 88.93 | - |
| YUV | 82.77 | 220.68 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 247 | 0.55 | 0.85 | 0 | 0.03 | 260.86 | 0.93 | 0.56 |
| Hex | 6E | 25 | F7 | 37 | 55 | 0 | 3 | 105 | 5D | 38 |
| Octal | 156 | 45 | 367 | 67 | 125 | 0 | 3 | 405 | 135 | 70 |
| Binary | 1101110 | 100101 | 11110111 | 110111 | 1010101 | 0 | 11 | 100000101 | 1011101 | 111000 |
Color Harmonies of #6E25F7
Complementary color
Monochromatic Colors of #6E25F7
Black with #6E25F7
Text Example
Text Example
White with #6E25F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E25F7; }
p { color: rgb(110,37,247); }
H1.HeaderClassName
{
color: #6E25F7;
}
.AnyTagClassName
{
color: #6E25F7;
}
</style>
background-color css
<style>
a { background-color: #6E25F7; }
a { background-color: rgb(110,37,247); }
div.DivClassName
{
background-color: #6E25F7;
}
.BgClassName
{
background-color: #6E25F7;
}
</style>
border-color css
<style>
span { border-color: #6E25F7; }
span { border-color: rgb(110,37,247); }
td.TdClassName
{
border-color: #6E25F7;
}
.TagClassName
{
border-color: #6E25F7;
}
</style>