Shades of Purple #6A088D
Tints of Purple #6A088D
RGB
CMYK
RGB Variations
Color information
#6A088D (or 0x6A088D) is known color: Purple. HEX triplet: 6A, 08 and 8D. RGB value is (106,8,141). Sum of RGB (Red+Green+Blue) = 106+8+141=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A088D is #95F772. Grayscale: #343434. Windows color (decimal): -9828211 or 9242730. OLE color: 9242730.
HSL color Cylindrical-coordinate representation of color #6A088D: hue angle of 284.21º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A088D is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 8 | 141 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.45 |
| HSL | 284.21º | 0.89% | 0.29% | - |
| HSV(B) | 284.21º | 0.94% | 0.55% | - |
| XYZ | 10.84 | 5.16 | 25.62 | - |
| YUV | 52.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 141 | 0.25 | 0.94 | 0 | 0.45 | 284.21 | 0.89 | 0.29 |
| Hex | 6A | 8 | 8D | 19 | 5E | 0 | 2D | 11C | 59 | 1D |
| Octal | 152 | 10 | 215 | 31 | 136 | 0 | 55 | 434 | 131 | 35 |
| Binary | 1101010 | 1000 | 10001101 | 11001 | 1011110 | 0 | 101101 | 100011100 | 1011001 | 11101 |
Color Harmonies of #6A088D
Complementary color
Monochromatic Colors of #6A088D
Black with #6A088D
Text Example
Text Example
White with #6A088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A088D; }
p { color: rgb(106,8,141); }
H1.HeaderClassName
{
color: #6A088D;
}
.AnyTagClassName
{
color: #6A088D;
}
</style>
background-color css
<style>
a { background-color: #6A088D; }
a { background-color: rgb(106,8,141); }
div.DivClassName
{
background-color: #6A088D;
}
.BgClassName
{
background-color: #6A088D;
}
</style>
border-color css
<style>
span { border-color: #6A088D; }
span { border-color: rgb(106,8,141); }
td.TdClassName
{
border-color: #6A088D;
}
.TagClassName
{
border-color: #6A088D;
}
</style>