Shades of Han Purple #6A19ED
Tints of Han Purple #6A19ED
RGB
CMYK
RGB Variations
Color information
#6A19ED (or 0x6A19ED) is known color: Han Purple. HEX triplet: 6A, 19 and ED. RGB value is (106,25,237). Sum of RGB (Red+Green+Blue) = 106+25+237=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A19ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A19ED is #95E612. Grayscale: #484848. Windows color (decimal): -9823763 or 15538538. OLE color: 15538538.
HSL color Cylindrical-coordinate representation of color #6A19ED: hue angle of 262.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A19ED is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 25 | 237 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.07 |
| HSL | 262.92º | 0.85% | 0.51% | - |
| HSV(B) | 262.92º | 0.89% | 0.93% | - |
| XYZ | 21.58 | 9.87 | 80.89 | - |
| YUV | 73.39 | 220.34 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 25 | 237 | 0.55 | 0.89 | 0 | 0.07 | 262.92 | 0.85 | 0.51 |
| Hex | 6A | 19 | ED | 37 | 59 | 0 | 7 | 107 | 55 | 33 |
| Octal | 152 | 31 | 355 | 67 | 131 | 0 | 7 | 407 | 125 | 63 |
| Binary | 1101010 | 11001 | 11101101 | 110111 | 1011001 | 0 | 111 | 100000111 | 1010101 | 110011 |
Color Harmonies of #6A19ED
Complementary color
Monochromatic Colors of #6A19ED
Black with #6A19ED
Text Example
Text Example
White with #6A19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A19ED; }
p { color: rgb(106,25,237); }
H1.HeaderClassName
{
color: #6A19ED;
}
.AnyTagClassName
{
color: #6A19ED;
}
</style>
background-color css
<style>
a { background-color: #6A19ED; }
a { background-color: rgb(106,25,237); }
div.DivClassName
{
background-color: #6A19ED;
}
.BgClassName
{
background-color: #6A19ED;
}
</style>
border-color css
<style>
span { border-color: #6A19ED; }
span { border-color: rgb(106,25,237); }
td.TdClassName
{
border-color: #6A19ED;
}
.TagClassName
{
border-color: #6A19ED;
}
</style>