Shades of Purple #6A0074
Tints of Purple #6A0074
RGB
CMYK
RGB Variations
Color information
#6A0074 (or 0x6A0074) is known color: Purple. HEX triplet: 6A, 00 and 74. RGB value is (106,0,116). Sum of RGB (Red+Green+Blue) = 106+0+116=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A0074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0074 is #95FF8B. Grayscale: #2C2C2C. Windows color (decimal): -9830284 or 7602282. OLE color: 7602282.
HSL color Cylindrical-coordinate representation of color #6A0074: hue angle of 294.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0074 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 0 | 116 | - |
| CMYK | 0.09 | 1 | 0 | 0.55 |
| HSL | 294.83º | 1% | 0.23% | - |
| HSV(B) | 294.83º | 1% | 0.45% | - |
| XYZ | 9.1 | 4.33 | 16.88 | - |
| YUV | 44.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 116 | 0.09 | 1 | 0 | 0.55 | 294.83 | 1 | 0.23 |
| Hex | 6A | 0 | 74 | 9 | 64 | 0 | 37 | 127 | 64 | 17 |
| Octal | 152 | 0 | 164 | 11 | 144 | 0 | 67 | 447 | 144 | 27 |
| Binary | 1101010 | 0 | 1110100 | 1001 | 1100100 | 0 | 110111 | 100100111 | 1100100 | 10111 |
Color Harmonies of #6A0074
Complementary color
Monochromatic Colors of #6A0074
Black with #6A0074
Text Example
Text Example
White with #6A0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0074; }
p { color: rgb(106,0,116); }
H1.HeaderClassName
{
color: #6A0074;
}
.AnyTagClassName
{
color: #6A0074;
}
</style>
background-color css
<style>
a { background-color: #6A0074; }
a { background-color: rgb(106,0,116); }
div.DivClassName
{
background-color: #6A0074;
}
.BgClassName
{
background-color: #6A0074;
}
</style>
border-color css
<style>
span { border-color: #6A0074; }
span { border-color: rgb(106,0,116); }
td.TdClassName
{
border-color: #6A0074;
}
.TagClassName
{
border-color: #6A0074;
}
</style>