Shades of Han Purple #6A25ED
Tints of Han Purple #6A25ED
RGB
CMYK
RGB Variations
Color information
#6A25ED (or 0x6A25ED) is known color: Han Purple. HEX triplet: 6A, 25 and ED. RGB value is (106,37,237). Sum of RGB (Red+Green+Blue) = 106+37+237=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A25ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A25ED is #95DA12. Grayscale: #4F4F4F. Windows color (decimal): -9820691 or 15541610. OLE color: 15541610.
HSL color Cylindrical-coordinate representation of color #6A25ED: hue angle of 260.7º degrees, saturation: 0.85, 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 #6A25ED is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 37 | 237 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.07 |
| HSL | 260.7º | 0.85% | 0.54% | - |
| HSV(B) | 260.7º | 0.84% | 0.93% | - |
| XYZ | 21.89 | 10.5 | 80.99 | - |
| YUV | 80.43 | 216.36 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 237 | 0.55 | 0.84 | 0 | 0.07 | 260.7 | 0.85 | 0.54 |
| Hex | 6A | 25 | ED | 37 | 54 | 0 | 7 | 105 | 55 | 36 |
| Octal | 152 | 45 | 355 | 67 | 124 | 0 | 7 | 405 | 125 | 66 |
| Binary | 1101010 | 100101 | 11101101 | 110111 | 1010100 | 0 | 111 | 100000101 | 1010101 | 110110 |
Color Harmonies of #6A25ED
Complementary color
Monochromatic Colors of #6A25ED
Black with #6A25ED
Text Example
Text Example
White with #6A25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A25ED; }
p { color: rgb(106,37,237); }
H1.HeaderClassName
{
color: #6A25ED;
}
.AnyTagClassName
{
color: #6A25ED;
}
</style>
background-color css
<style>
a { background-color: #6A25ED; }
a { background-color: rgb(106,37,237); }
div.DivClassName
{
background-color: #6A25ED;
}
.BgClassName
{
background-color: #6A25ED;
}
</style>
border-color css
<style>
span { border-color: #6A25ED; }
span { border-color: rgb(106,37,237); }
td.TdClassName
{
border-color: #6A25ED;
}
.TagClassName
{
border-color: #6A25ED;
}
</style>