Shades of Purple #6A0590
Tints of Purple #6A0590
RGB
CMYK
RGB Variations
Color information
#6A0590 (or 0x6A0590) is known color: Purple. HEX triplet: 6A, 05 and 90. RGB value is (106,5,144). Sum of RGB (Red+Green+Blue) = 106+5+144=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A0590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0590 is #95FA6F. Grayscale: #323232. Windows color (decimal): -9828976 or 9438570. OLE color: 9438570.
HSL color Cylindrical-coordinate representation of color #6A0590: hue angle of 283.6º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0590 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 5 | 144 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.44 |
| HSL | 283.6º | 0.93% | 0.29% | - |
| HSV(B) | 283.6º | 0.97% | 0.56% | - |
| XYZ | 11.03 | 5.19 | 26.81 | - |
| YUV | 51.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 144 | 0.26 | 0.97 | 0 | 0.44 | 283.6 | 0.93 | 0.29 |
| Hex | 6A | 5 | 90 | 1A | 61 | 0 | 2C | 11C | 5D | 1D |
| Octal | 152 | 5 | 220 | 32 | 141 | 0 | 54 | 434 | 135 | 35 |
| Binary | 1101010 | 101 | 10010000 | 11010 | 1100001 | 0 | 101100 | 100011100 | 1011101 | 11101 |
Color Harmonies of #6A0590
Complementary color
Monochromatic Colors of #6A0590
Black with #6A0590
Text Example
Text Example
White with #6A0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0590; }
p { color: rgb(106,5,144); }
H1.HeaderClassName
{
color: #6A0590;
}
.AnyTagClassName
{
color: #6A0590;
}
</style>
background-color css
<style>
a { background-color: #6A0590; }
a { background-color: rgb(106,5,144); }
div.DivClassName
{
background-color: #6A0590;
}
.BgClassName
{
background-color: #6A0590;
}
</style>
border-color css
<style>
span { border-color: #6A0590; }
span { border-color: rgb(106,5,144); }
td.TdClassName
{
border-color: #6A0590;
}
.TagClassName
{
border-color: #6A0590;
}
</style>