Shades of Purple #6D147D
Tints of Purple #6D147D
RGB
CMYK
RGB Variations
Color information
#6D147D (or 0x6D147D) is known color: Purple. HEX triplet: 6D, 14 and 7D. RGB value is (109,20,125). Sum of RGB (Red+Green+Blue) = 109+20+125=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D147D is #92EB82. Grayscale: #3A3A3A. Windows color (decimal): -9628547 or 8197229. OLE color: 8197229.
HSL color Cylindrical-coordinate representation of color #6D147D: hue angle of 290.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D147D is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 20 | 125 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.51 |
| HSL | 290.86º | 0.72% | 0.28% | - |
| HSV(B) | 290.86º | 0.84% | 0.49% | - |
| XYZ | 10.26 | 5.23 | 19.87 | - |
| YUV | 58.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 125 | 0.13 | 0.84 | 0 | 0.51 | 290.86 | 0.72 | 0.28 |
| Hex | 6D | 14 | 7D | D | 54 | 0 | 33 | 123 | 48 | 1C |
| Octal | 155 | 24 | 175 | 15 | 124 | 0 | 63 | 443 | 110 | 34 |
| Binary | 1101101 | 10100 | 1111101 | 1101 | 1010100 | 0 | 110011 | 100100011 | 1001000 | 11100 |
Color Harmonies of #6D147D
Complementary color
Monochromatic Colors of #6D147D
Black with #6D147D
Text Example
Text Example
White with #6D147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D147D; }
p { color: rgb(109,20,125); }
H1.HeaderClassName
{
color: #6D147D;
}
.AnyTagClassName
{
color: #6D147D;
}
</style>
background-color css
<style>
a { background-color: #6D147D; }
a { background-color: rgb(109,20,125); }
div.DivClassName
{
background-color: #6D147D;
}
.BgClassName
{
background-color: #6D147D;
}
</style>
border-color css
<style>
span { border-color: #6D147D; }
span { border-color: rgb(109,20,125); }
td.TdClassName
{
border-color: #6D147D;
}
.TagClassName
{
border-color: #6D147D;
}
</style>