Shades of Purple #6A086D
Tints of Purple #6A086D
RGB
CMYK
RGB Variations
Color information
#6A086D (or 0x6A086D) is known color: Purple. HEX triplet: 6A, 08 and 6D. RGB value is (106,8,109). Sum of RGB (Red+Green+Blue) = 106+8+109=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A086D is #95F792. Grayscale: #303030. Windows color (decimal): -9828243 or 7145578. OLE color: 7145578.
HSL color Cylindrical-coordinate representation of color #6A086D: hue angle of 298.22º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A086D is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 8 | 109 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.57 |
| HSL | 298.22º | 0.86% | 0.23% | - |
| HSV(B) | 298.22º | 0.93% | 0.43% | - |
| XYZ | 8.79 | 4.34 | 14.84 | - |
| YUV | 48.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 109 | 0.03 | 0.93 | 0 | 0.57 | 298.22 | 0.86 | 0.23 |
| Hex | 6A | 8 | 6D | 3 | 5D | 0 | 39 | 12A | 56 | 17 |
| Octal | 152 | 10 | 155 | 3 | 135 | 0 | 71 | 452 | 126 | 27 |
| Binary | 1101010 | 1000 | 1101101 | 11 | 1011101 | 0 | 111001 | 100101010 | 1010110 | 10111 |
Color Harmonies of #6A086D
Complementary color
Monochromatic Colors of #6A086D
Black with #6A086D
Text Example
Text Example
White with #6A086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A086D; }
p { color: rgb(106,8,109); }
H1.HeaderClassName
{
color: #6A086D;
}
.AnyTagClassName
{
color: #6A086D;
}
</style>
background-color css
<style>
a { background-color: #6A086D; }
a { background-color: rgb(106,8,109); }
div.DivClassName
{
background-color: #6A086D;
}
.BgClassName
{
background-color: #6A086D;
}
</style>
border-color css
<style>
span { border-color: #6A086D; }
span { border-color: rgb(106,8,109); }
td.TdClassName
{
border-color: #6A086D;
}
.TagClassName
{
border-color: #6A086D;
}
</style>