Shades of Purple #6A1070
Tints of Purple #6A1070
RGB
CMYK
RGB Variations
Color information
#6A1070 (or 0x6A1070) is known color: Purple. HEX triplet: 6A, 10 and 70. RGB value is (106,16,112). Sum of RGB (Red+Green+Blue) = 106+16+112=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1070 is #95EF8F. Grayscale: #353535. Windows color (decimal): -9826192 or 7344234. OLE color: 7344234.
HSL color Cylindrical-coordinate representation of color #6A1070: hue angle of 296.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1070 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 16 | 112 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.56 |
| HSL | 296.25º | 0.75% | 0.25% | - |
| HSV(B) | 296.25º | 0.86% | 0.44% | - |
| XYZ | 9.05 | 4.6 | 15.74 | - |
| YUV | 53.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 112 | 0.05 | 0.86 | 0 | 0.56 | 296.25 | 0.75 | 0.25 |
| Hex | 6A | 10 | 70 | 5 | 56 | 0 | 38 | 128 | 4B | 19 |
| Octal | 152 | 20 | 160 | 5 | 126 | 0 | 70 | 450 | 113 | 31 |
| Binary | 1101010 | 10000 | 1110000 | 101 | 1010110 | 0 | 111000 | 100101000 | 1001011 | 11001 |
Color Harmonies of #6A1070
Complementary color
Monochromatic Colors of #6A1070
Black with #6A1070
Text Example
Text Example
White with #6A1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1070; }
p { color: rgb(106,16,112); }
H1.HeaderClassName
{
color: #6A1070;
}
.AnyTagClassName
{
color: #6A1070;
}
</style>
background-color css
<style>
a { background-color: #6A1070; }
a { background-color: rgb(106,16,112); }
div.DivClassName
{
background-color: #6A1070;
}
.BgClassName
{
background-color: #6A1070;
}
</style>
border-color css
<style>
span { border-color: #6A1070; }
span { border-color: rgb(106,16,112); }
td.TdClassName
{
border-color: #6A1070;
}
.TagClassName
{
border-color: #6A1070;
}
</style>