Shades of Purple #6A0170
Tints of Purple #6A0170
RGB
CMYK
RGB Variations
Color information
#6A0170 (or 0x6A0170) is known color: Purple. HEX triplet: 6A, 01 and 70. RGB value is (106,1,112). Sum of RGB (Red+Green+Blue) = 106+1+112=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0170 is #95FE8F. Grayscale: #2C2C2C. Windows color (decimal): -9830032 or 7340394. OLE color: 7340394.
HSL color Cylindrical-coordinate representation of color #6A0170: hue angle of 296.76º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0170 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 1 | 112 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.56 |
| HSL | 296.76º | 0.98% | 0.22% | - |
| HSV(B) | 296.76º | 0.99% | 0.44% | - |
| XYZ | 8.88 | 4.26 | 15.68 | - |
| YUV | 45.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 112 | 0.05 | 0.99 | 0 | 0.56 | 296.76 | 0.98 | 0.22 |
| Hex | 6A | 1 | 70 | 5 | 63 | 0 | 38 | 129 | 62 | 16 |
| Octal | 152 | 1 | 160 | 5 | 143 | 0 | 70 | 451 | 142 | 26 |
| Binary | 1101010 | 1 | 1110000 | 101 | 1100011 | 0 | 111000 | 100101001 | 1100010 | 10110 |
Color Harmonies of #6A0170
Complementary color
Monochromatic Colors of #6A0170
Black with #6A0170
Text Example
Text Example
White with #6A0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0170; }
p { color: rgb(106,1,112); }
H1.HeaderClassName
{
color: #6A0170;
}
.AnyTagClassName
{
color: #6A0170;
}
</style>
background-color css
<style>
a { background-color: #6A0170; }
a { background-color: rgb(106,1,112); }
div.DivClassName
{
background-color: #6A0170;
}
.BgClassName
{
background-color: #6A0170;
}
</style>
border-color css
<style>
span { border-color: #6A0170; }
span { border-color: rgb(106,1,112); }
td.TdClassName
{
border-color: #6A0170;
}
.TagClassName
{
border-color: #6A0170;
}
</style>