Shades of Purple #6A067A
Tints of Purple #6A067A
RGB
CMYK
RGB Variations
Color information
#6A067A (or 0x6A067A) is known color: Purple. HEX triplet: 6A, 06 and 7A. RGB value is (106,6,122). Sum of RGB (Red+Green+Blue) = 106+6+122=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A067A is #95F985. Grayscale: #303030. Windows color (decimal): -9828742 or 7997034. OLE color: 7997034.
HSL color Cylindrical-coordinate representation of color #6A067A: hue angle of 291.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A067A is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 6 | 122 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.52 |
| HSL | 291.72º | 0.91% | 0.25% | - |
| HSV(B) | 291.72º | 0.95% | 0.48% | - |
| XYZ | 9.52 | 4.6 | 18.8 | - |
| YUV | 49.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 122 | 0.13 | 0.95 | 0 | 0.52 | 291.72 | 0.91 | 0.25 |
| Hex | 6A | 6 | 7A | D | 5F | 0 | 34 | 124 | 5B | 19 |
| Octal | 152 | 6 | 172 | 15 | 137 | 0 | 64 | 444 | 133 | 31 |
| Binary | 1101010 | 110 | 1111010 | 1101 | 1011111 | 0 | 110100 | 100100100 | 1011011 | 11001 |
Color Harmonies of #6A067A
Complementary color
Monochromatic Colors of #6A067A
Black with #6A067A
Text Example
Text Example
White with #6A067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A067A; }
p { color: rgb(106,6,122); }
H1.HeaderClassName
{
color: #6A067A;
}
.AnyTagClassName
{
color: #6A067A;
}
</style>
background-color css
<style>
a { background-color: #6A067A; }
a { background-color: rgb(106,6,122); }
div.DivClassName
{
background-color: #6A067A;
}
.BgClassName
{
background-color: #6A067A;
}
</style>
border-color css
<style>
span { border-color: #6A067A; }
span { border-color: rgb(106,6,122); }
td.TdClassName
{
border-color: #6A067A;
}
.TagClassName
{
border-color: #6A067A;
}
</style>