Shades of Purple #6D069A
Tints of Purple #6D069A
RGB
CMYK
RGB Variations
Color information
#6D069A (or 0x6D069A) is known color: Purple. HEX triplet: 6D, 06 and 9A. RGB value is (109,6,154). Sum of RGB (Red+Green+Blue) = 109+6+154=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D069A is #92F965. Grayscale: #353535. Windows color (decimal): -9632102 or 10094189. OLE color: 10094189.
HSL color Cylindrical-coordinate representation of color #6D069A: hue angle of 281.76º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D069A is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 6 | 154 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.40 |
| HSL | 281.76º | 0.93% | 0.31% | - |
| HSV(B) | 281.76º | 0.96% | 0.6% | - |
| XYZ | 12.2 | 5.71 | 31.03 | - |
| YUV | 53.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 154 | 0.29 | 0.96 | 0 | 0.40 | 281.76 | 0.93 | 0.31 |
| Hex | 6D | 6 | 9A | 1D | 60 | 0 | 28 | 11A | 5C | 1F |
| Octal | 155 | 6 | 232 | 35 | 140 | 0 | 50 | 432 | 134 | 37 |
| Binary | 1101101 | 110 | 10011010 | 11101 | 1100000 | 0 | 101000 | 100011010 | 1011100 | 11111 |
Color Harmonies of #6D069A
Complementary color
Monochromatic Colors of #6D069A
Black with #6D069A
Text Example
Text Example
White with #6D069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D069A; }
p { color: rgb(109,6,154); }
H1.HeaderClassName
{
color: #6D069A;
}
.AnyTagClassName
{
color: #6D069A;
}
</style>
background-color css
<style>
a { background-color: #6D069A; }
a { background-color: rgb(109,6,154); }
div.DivClassName
{
background-color: #6D069A;
}
.BgClassName
{
background-color: #6D069A;
}
</style>
border-color css
<style>
span { border-color: #6D069A; }
span { border-color: rgb(109,6,154); }
td.TdClassName
{
border-color: #6D069A;
}
.TagClassName
{
border-color: #6D069A;
}
</style>