Shades of Purple #6A086E
Tints of Purple #6A086E
RGB
CMYK
RGB Variations
Color information
#6A086E (or 0x6A086E) is known color: Purple. HEX triplet: 6A, 08 and 6E. RGB value is (106,8,110). Sum of RGB (Red+Green+Blue) = 106+8+110=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A086E is #95F791. Grayscale: #303030. Windows color (decimal): -9828242 or 7211114. OLE color: 7211114.
HSL color Cylindrical-coordinate representation of color #6A086E: hue angle of 297.65º 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 #6A086E is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 8 | 110 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.57 |
| HSL | 297.65º | 0.86% | 0.23% | - |
| HSV(B) | 297.65º | 0.93% | 0.43% | - |
| XYZ | 8.85 | 4.36 | 15.13 | - |
| YUV | 48.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 110 | 0.04 | 0.93 | 0 | 0.57 | 297.65 | 0.86 | 0.23 |
| Hex | 6A | 8 | 6E | 4 | 5D | 0 | 39 | 12A | 56 | 17 |
| Octal | 152 | 10 | 156 | 4 | 135 | 0 | 71 | 452 | 126 | 27 |
| Binary | 1101010 | 1000 | 1101110 | 100 | 1011101 | 0 | 111001 | 100101010 | 1010110 | 10111 |
Color Harmonies of #6A086E
Complementary color
Monochromatic Colors of #6A086E
Black with #6A086E
Text Example
Text Example
White with #6A086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A086E; }
p { color: rgb(106,8,110); }
H1.HeaderClassName
{
color: #6A086E;
}
.AnyTagClassName
{
color: #6A086E;
}
</style>
background-color css
<style>
a { background-color: #6A086E; }
a { background-color: rgb(106,8,110); }
div.DivClassName
{
background-color: #6A086E;
}
.BgClassName
{
background-color: #6A086E;
}
</style>
border-color css
<style>
span { border-color: #6A086E; }
span { border-color: rgb(106,8,110); }
td.TdClassName
{
border-color: #6A086E;
}
.TagClassName
{
border-color: #6A086E;
}
</style>