Shades of Purple #6D1385
Tints of Purple #6D1385
RGB
CMYK
RGB Variations
Color information
#6D1385 (or 0x6D1385) is known color: Purple. HEX triplet: 6D, 13 and 85. RGB value is (109,19,133). Sum of RGB (Red+Green+Blue) = 109+19+133=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D1385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1385 is #92EC7A. Grayscale: #3A3A3A. Windows color (decimal): -9628795 or 8721261. OLE color: 8721261.
HSL color Cylindrical-coordinate representation of color #6D1385: hue angle of 287.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1385 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 19 | 133 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.48 |
| HSL | 287.37º | 0.75% | 0.3% | - |
| HSV(B) | 287.37º | 0.86% | 0.52% | - |
| XYZ | 10.77 | 5.41 | 22.67 | - |
| YUV | 58.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 133 | 0.18 | 0.86 | 0 | 0.48 | 287.37 | 0.75 | 0.3 |
| Hex | 6D | 13 | 85 | 12 | 56 | 0 | 30 | 11F | 4B | 1E |
| Octal | 155 | 23 | 205 | 22 | 126 | 0 | 60 | 437 | 113 | 36 |
| Binary | 1101101 | 10011 | 10000101 | 10010 | 1010110 | 0 | 110000 | 100011111 | 1001011 | 11110 |
Color Harmonies of #6D1385
Complementary color
Monochromatic Colors of #6D1385
Black with #6D1385
Text Example
Text Example
White with #6D1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1385; }
p { color: rgb(109,19,133); }
H1.HeaderClassName
{
color: #6D1385;
}
.AnyTagClassName
{
color: #6D1385;
}
</style>
background-color css
<style>
a { background-color: #6D1385; }
a { background-color: rgb(109,19,133); }
div.DivClassName
{
background-color: #6D1385;
}
.BgClassName
{
background-color: #6D1385;
}
</style>
border-color css
<style>
span { border-color: #6D1385; }
span { border-color: rgb(109,19,133); }
td.TdClassName
{
border-color: #6D1385;
}
.TagClassName
{
border-color: #6D1385;
}
</style>