Shades of Purple #6A058D
Tints of Purple #6A058D
RGB
CMYK
RGB Variations
Color information
#6A058D (or 0x6A058D) is known color: Purple. HEX triplet: 6A, 05 and 8D. RGB value is (106,5,141). Sum of RGB (Red+Green+Blue) = 106+5+141=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A058D is #95FA72. Grayscale: #323232. Windows color (decimal): -9828979 or 9241962. OLE color: 9241962.
HSL color Cylindrical-coordinate representation of color #6A058D: hue angle of 284.56º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A058D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 5 | 141 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.45 |
| HSL | 284.56º | 0.93% | 0.29% | - |
| HSV(B) | 284.56º | 0.96% | 0.55% | - |
| XYZ | 10.81 | 5.1 | 25.61 | - |
| YUV | 50.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 141 | 0.25 | 0.96 | 0 | 0.45 | 284.56 | 0.93 | 0.29 |
| Hex | 6A | 5 | 8D | 19 | 60 | 0 | 2D | 11D | 5D | 1D |
| Octal | 152 | 5 | 215 | 31 | 140 | 0 | 55 | 435 | 135 | 35 |
| Binary | 1101010 | 101 | 10001101 | 11001 | 1100000 | 0 | 101101 | 100011101 | 1011101 | 11101 |
Color Harmonies of #6A058D
Complementary color
Monochromatic Colors of #6A058D
Black with #6A058D
Text Example
Text Example
White with #6A058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A058D; }
p { color: rgb(106,5,141); }
H1.HeaderClassName
{
color: #6A058D;
}
.AnyTagClassName
{
color: #6A058D;
}
</style>
background-color css
<style>
a { background-color: #6A058D; }
a { background-color: rgb(106,5,141); }
div.DivClassName
{
background-color: #6A058D;
}
.BgClassName
{
background-color: #6A058D;
}
</style>
border-color css
<style>
span { border-color: #6A058D; }
span { border-color: rgb(106,5,141); }
td.TdClassName
{
border-color: #6A058D;
}
.TagClassName
{
border-color: #6A058D;
}
</style>