Shades of Purple #6D037B
Tints of Purple #6D037B
RGB
CMYK
RGB Variations
Color information
#6D037B (or 0x6D037B) is known color: Purple. HEX triplet: 6D, 03 and 7B. RGB value is (109,3,123). Sum of RGB (Red+Green+Blue) = 109+3+123=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D037B is #92FC84. Grayscale: #303030. Windows color (decimal): -9632901 or 8061805. OLE color: 8061805.
HSL color Cylindrical-coordinate representation of color #6D037B: hue angle of 293º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D037B is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 3 | 123 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.52 |
| HSL | 293º | 0.95% | 0.25% | - |
| HSV(B) | 293º | 0.98% | 0.48% | - |
| XYZ | 9.91 | 4.75 | 19.13 | - |
| YUV | 48.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 123 | 0.11 | 0.98 | 0 | 0.52 | 293 | 0.95 | 0.25 |
| Hex | 6D | 3 | 7B | B | 62 | 0 | 34 | 125 | 5F | 19 |
| Octal | 155 | 3 | 173 | 13 | 142 | 0 | 64 | 445 | 137 | 31 |
| Binary | 1101101 | 11 | 1111011 | 1011 | 1100010 | 0 | 110100 | 100100101 | 1011111 | 11001 |
Color Harmonies of #6D037B
Complementary color
Monochromatic Colors of #6D037B
Black with #6D037B
Text Example
Text Example
White with #6D037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D037B; }
p { color: rgb(109,3,123); }
H1.HeaderClassName
{
color: #6D037B;
}
.AnyTagClassName
{
color: #6D037B;
}
</style>
background-color css
<style>
a { background-color: #6D037B; }
a { background-color: rgb(109,3,123); }
div.DivClassName
{
background-color: #6D037B;
}
.BgClassName
{
background-color: #6D037B;
}
</style>
border-color css
<style>
span { border-color: #6D037B; }
span { border-color: rgb(109,3,123); }
td.TdClassName
{
border-color: #6D037B;
}
.TagClassName
{
border-color: #6D037B;
}
</style>