Shades of Purple #6A067F
Tints of Purple #6A067F
RGB
CMYK
RGB Variations
Color information
#6A067F (or 0x6A067F) is known color: Purple. HEX triplet: 6A, 06 and 7F. RGB value is (106,6,127). Sum of RGB (Red+Green+Blue) = 106+6+127=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A067F is #95F980. Grayscale: #313131. Windows color (decimal): -9828737 or 8324714. OLE color: 8324714.
HSL color Cylindrical-coordinate representation of color #6A067F: hue angle of 289.59º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A067F is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 6 | 127 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.50 |
| HSL | 289.59º | 0.91% | 0.26% | - |
| HSV(B) | 289.59º | 0.95% | 0.5% | - |
| XYZ | 9.84 | 4.73 | 20.47 | - |
| YUV | 49.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 127 | 0.17 | 0.95 | 0 | 0.50 | 289.59 | 0.91 | 0.26 |
| Hex | 6A | 6 | 7F | 11 | 5F | 0 | 32 | 122 | 5B | 1A |
| Octal | 152 | 6 | 177 | 21 | 137 | 0 | 62 | 442 | 133 | 32 |
| Binary | 1101010 | 110 | 1111111 | 10001 | 1011111 | 0 | 110010 | 100100010 | 1011011 | 11010 |
Color Harmonies of #6A067F
Complementary color
Monochromatic Colors of #6A067F
Black with #6A067F
Text Example
Text Example
White with #6A067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A067F; }
p { color: rgb(106,6,127); }
H1.HeaderClassName
{
color: #6A067F;
}
.AnyTagClassName
{
color: #6A067F;
}
</style>
background-color css
<style>
a { background-color: #6A067F; }
a { background-color: rgb(106,6,127); }
div.DivClassName
{
background-color: #6A067F;
}
.BgClassName
{
background-color: #6A067F;
}
</style>
border-color css
<style>
span { border-color: #6A067F; }
span { border-color: rgb(106,6,127); }
td.TdClassName
{
border-color: #6A067F;
}
.TagClassName
{
border-color: #6A067F;
}
</style>