Shades of Purple #6D147B
Tints of Purple #6D147B
RGB
CMYK
RGB Variations
Color information
#6D147B (or 0x6D147B) is known color: Purple. HEX triplet: 6D, 14 and 7B. RGB value is (109,20,123). Sum of RGB (Red+Green+Blue) = 109+20+123=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D147B is #92EB84. Grayscale: #3A3A3A. Windows color (decimal): -9628549 or 8066157. OLE color: 8066157.
HSL color Cylindrical-coordinate representation of color #6D147B: hue angle of 291.84º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D147B is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 20 | 123 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.52 |
| HSL | 291.84º | 0.72% | 0.28% | - |
| HSV(B) | 291.84º | 0.84% | 0.48% | - |
| XYZ | 10.13 | 5.18 | 19.21 | - |
| YUV | 58.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 123 | 0.11 | 0.84 | 0 | 0.52 | 291.84 | 0.72 | 0.28 |
| Hex | 6D | 14 | 7B | B | 54 | 0 | 34 | 124 | 48 | 1C |
| Octal | 155 | 24 | 173 | 13 | 124 | 0 | 64 | 444 | 110 | 34 |
| Binary | 1101101 | 10100 | 1111011 | 1011 | 1010100 | 0 | 110100 | 100100100 | 1001000 | 11100 |
Color Harmonies of #6D147B
Complementary color
Monochromatic Colors of #6D147B
Black with #6D147B
Text Example
Text Example
White with #6D147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D147B; }
p { color: rgb(109,20,123); }
H1.HeaderClassName
{
color: #6D147B;
}
.AnyTagClassName
{
color: #6D147B;
}
</style>
background-color css
<style>
a { background-color: #6D147B; }
a { background-color: rgb(109,20,123); }
div.DivClassName
{
background-color: #6D147B;
}
.BgClassName
{
background-color: #6D147B;
}
</style>
border-color css
<style>
span { border-color: #6D147B; }
span { border-color: rgb(109,20,123); }
td.TdClassName
{
border-color: #6D147B;
}
.TagClassName
{
border-color: #6D147B;
}
</style>