Shades of Purple #6A0072
Tints of Purple #6A0072
RGB
CMYK
RGB Variations
Color information
#6A0072 (or 0x6A0072) is known color: Purple. HEX triplet: 6A, 00 and 72. RGB value is (106,0,114). Sum of RGB (Red+Green+Blue) = 106+0+114=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0072 is #95FF8D. Grayscale: #2C2C2C. Windows color (decimal): -9830286 or 7471210. OLE color: 7471210.
HSL color Cylindrical-coordinate representation of color #6A0072: hue angle of 295.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0072 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 0 | 114 | - |
| CMYK | 0.07 | 1 | 0 | 0.55 |
| HSL | 295.79º | 1% | 0.22% | - |
| HSV(B) | 295.79º | 1% | 0.45% | - |
| XYZ | 8.98 | 4.28 | 16.27 | - |
| YUV | 44.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 114 | 0.07 | 1 | 0 | 0.55 | 295.79 | 1 | 0.22 |
| Hex | 6A | 0 | 72 | 7 | 64 | 0 | 37 | 128 | 64 | 16 |
| Octal | 152 | 0 | 162 | 7 | 144 | 0 | 67 | 450 | 144 | 26 |
| Binary | 1101010 | 0 | 1110010 | 111 | 1100100 | 0 | 110111 | 100101000 | 1100100 | 10110 |
Color Harmonies of #6A0072
Complementary color
Monochromatic Colors of #6A0072
Black with #6A0072
Text Example
Text Example
White with #6A0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0072; }
p { color: rgb(106,0,114); }
H1.HeaderClassName
{
color: #6A0072;
}
.AnyTagClassName
{
color: #6A0072;
}
</style>
background-color css
<style>
a { background-color: #6A0072; }
a { background-color: rgb(106,0,114); }
div.DivClassName
{
background-color: #6A0072;
}
.BgClassName
{
background-color: #6A0072;
}
</style>
border-color css
<style>
span { border-color: #6A0072; }
span { border-color: rgb(106,0,114); }
td.TdClassName
{
border-color: #6A0072;
}
.TagClassName
{
border-color: #6A0072;
}
</style>