Shades of Han Purple #6E25FF
Tints of Han Purple #6E25FF
RGB
CMYK
RGB Variations
Color information
#6E25FF (or 0x6E25FF) is known color: Han Purple. HEX triplet: 6E, 25 and FF. RGB value is (110,37,255). Sum of RGB (Red+Green+Blue) = 110+37+255=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E25FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E25FF is #91DA00. Grayscale: #525252. Windows color (decimal): -9558529 or 16721262. OLE color: 16721262.
HSL color Cylindrical-coordinate representation of color #6E25FF: hue angle of 260.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E25FF is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 37 | 255 | - |
| CMYK | 0.57 | 0.85 | 0 | 0 |
| HSL | 260.09º | 1% | 0.57% | - |
| HSV(B) | 260.09º | 0.85% | 1% | - |
| XYZ | 25.14 | 11.86 | 95.57 | - |
| YUV | 83.68 | 224.68 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 255 | 0.57 | 0.85 | 0 | 0 | 260.09 | 1 | 0.57 |
| Hex | 6E | 25 | FF | 39 | 55 | 0 | 0 | 104 | 64 | 39 |
| Octal | 156 | 45 | 377 | 71 | 125 | 0 | 0 | 404 | 144 | 71 |
| Binary | 1101110 | 100101 | 11111111 | 111001 | 1010101 | 0 | 0 | 100000100 | 1100100 | 111001 |
Color Harmonies of #6E25FF
Complementary color
Monochromatic Colors of #6E25FF
Black with #6E25FF
Text Example
Text Example
White with #6E25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E25FF; }
p { color: rgb(110,37,255); }
H1.HeaderClassName
{
color: #6E25FF;
}
.AnyTagClassName
{
color: #6E25FF;
}
</style>
background-color css
<style>
a { background-color: #6E25FF; }
a { background-color: rgb(110,37,255); }
div.DivClassName
{
background-color: #6E25FF;
}
.BgClassName
{
background-color: #6E25FF;
}
</style>
border-color css
<style>
span { border-color: #6E25FF; }
span { border-color: rgb(110,37,255); }
td.TdClassName
{
border-color: #6E25FF;
}
.TagClassName
{
border-color: #6E25FF;
}
</style>