Shades of Purple #6D1484
Tints of Purple #6D1484
RGB
CMYK
RGB Variations
Color information
#6D1484 (or 0x6D1484) is known color: Purple. HEX triplet: 6D, 14 and 84. RGB value is (109,20,132). Sum of RGB (Red+Green+Blue) = 109+20+132=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D1484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1484 is #92EB7B. Grayscale: #3B3B3B. Windows color (decimal): -9628540 or 8655981. OLE color: 8655981.
HSL color Cylindrical-coordinate representation of color #6D1484: hue angle of 287.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1484 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 20 | 132 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.48 |
| HSL | 287.68º | 0.74% | 0.3% | - |
| HSV(B) | 287.68º | 0.85% | 0.52% | - |
| XYZ | 10.72 | 5.42 | 22.31 | - |
| YUV | 59.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 132 | 0.17 | 0.85 | 0 | 0.48 | 287.68 | 0.74 | 0.3 |
| Hex | 6D | 14 | 84 | 11 | 55 | 0 | 30 | 120 | 4A | 1E |
| Octal | 155 | 24 | 204 | 21 | 125 | 0 | 60 | 440 | 112 | 36 |
| Binary | 1101101 | 10100 | 10000100 | 10001 | 1010101 | 0 | 110000 | 100100000 | 1001010 | 11110 |
Color Harmonies of #6D1484
Complementary color
Monochromatic Colors of #6D1484
Black with #6D1484
Text Example
Text Example
White with #6D1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1484; }
p { color: rgb(109,20,132); }
H1.HeaderClassName
{
color: #6D1484;
}
.AnyTagClassName
{
color: #6D1484;
}
</style>
background-color css
<style>
a { background-color: #6D1484; }
a { background-color: rgb(109,20,132); }
div.DivClassName
{
background-color: #6D1484;
}
.BgClassName
{
background-color: #6D1484;
}
</style>
border-color css
<style>
span { border-color: #6D1484; }
span { border-color: rgb(109,20,132); }
td.TdClassName
{
border-color: #6D1484;
}
.TagClassName
{
border-color: #6D1484;
}
</style>