Shades of Purple #6D067B
Tints of Purple #6D067B
RGB
CMYK
RGB Variations
Color information
#6D067B (or 0x6D067B) is known color: Purple. HEX triplet: 6D, 06 and 7B. RGB value is (109,6,123). Sum of RGB (Red+Green+Blue) = 109+6+123=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D067B is #92F984. Grayscale: #313131. Windows color (decimal): -9632133 or 8062573. OLE color: 8062573.
HSL color Cylindrical-coordinate representation of color #6D067B: hue angle of 292.82º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D067B is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 6 | 123 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.52 |
| HSL | 292.82º | 0.91% | 0.25% | - |
| HSV(B) | 292.82º | 0.95% | 0.48% | - |
| XYZ | 9.95 | 4.81 | 19.14 | - |
| YUV | 50.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 123 | 0.11 | 0.95 | 0 | 0.52 | 292.82 | 0.91 | 0.25 |
| Hex | 6D | 6 | 7B | B | 5F | 0 | 34 | 125 | 5B | 19 |
| Octal | 155 | 6 | 173 | 13 | 137 | 0 | 64 | 445 | 133 | 31 |
| Binary | 1101101 | 110 | 1111011 | 1011 | 1011111 | 0 | 110100 | 100100101 | 1011011 | 11001 |
Color Harmonies of #6D067B
Complementary color
Monochromatic Colors of #6D067B
Black with #6D067B
Text Example
Text Example
White with #6D067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D067B; }
p { color: rgb(109,6,123); }
H1.HeaderClassName
{
color: #6D067B;
}
.AnyTagClassName
{
color: #6D067B;
}
</style>
background-color css
<style>
a { background-color: #6D067B; }
a { background-color: rgb(109,6,123); }
div.DivClassName
{
background-color: #6D067B;
}
.BgClassName
{
background-color: #6D067B;
}
</style>
border-color css
<style>
span { border-color: #6D067B; }
span { border-color: rgb(109,6,123); }
td.TdClassName
{
border-color: #6D067B;
}
.TagClassName
{
border-color: #6D067B;
}
</style>