Shades of Han Purple #6A25EC
Tints of Han Purple #6A25EC
RGB
CMYK
RGB Variations
Color information
#6A25EC (or 0x6A25EC) is known color: Han Purple. HEX triplet: 6A, 25 and EC. RGB value is (106,37,236). Sum of RGB (Red+Green+Blue) = 106+37+236=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A25EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A25EC is #95DA13. Grayscale: #4F4F4F. Windows color (decimal): -9820692 or 15476074. OLE color: 15476074.
HSL color Cylindrical-coordinate representation of color #6A25EC: hue angle of 260.8º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A25EC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 37 | 236 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.07 |
| HSL | 260.8º | 0.84% | 0.54% | - |
| HSV(B) | 260.8º | 0.84% | 0.93% | - |
| XYZ | 21.75 | 10.44 | 80.23 | - |
| YUV | 80.32 | 215.86 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 236 | 0.55 | 0.84 | 0 | 0.07 | 260.8 | 0.84 | 0.54 |
| Hex | 6A | 25 | EC | 37 | 54 | 0 | 7 | 105 | 54 | 36 |
| Octal | 152 | 45 | 354 | 67 | 124 | 0 | 7 | 405 | 124 | 66 |
| Binary | 1101010 | 100101 | 11101100 | 110111 | 1010100 | 0 | 111 | 100000101 | 1010100 | 110110 |
Color Harmonies of #6A25EC
Complementary color
Monochromatic Colors of #6A25EC
Black with #6A25EC
Text Example
Text Example
White with #6A25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A25EC; }
p { color: rgb(106,37,236); }
H1.HeaderClassName
{
color: #6A25EC;
}
.AnyTagClassName
{
color: #6A25EC;
}
</style>
background-color css
<style>
a { background-color: #6A25EC; }
a { background-color: rgb(106,37,236); }
div.DivClassName
{
background-color: #6A25EC;
}
.BgClassName
{
background-color: #6A25EC;
}
</style>
border-color css
<style>
span { border-color: #6A25EC; }
span { border-color: rgb(106,37,236); }
td.TdClassName
{
border-color: #6A25EC;
}
.TagClassName
{
border-color: #6A25EC;
}
</style>