Shades of Purple #6D1788
Tints of Purple #6D1788
RGB
CMYK
RGB Variations
Color information
#6D1788 (or 0x6D1788) is known color: Purple. HEX triplet: 6D, 17 and 88. RGB value is (109,23,136). Sum of RGB (Red+Green+Blue) = 109+23+136=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D1788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1788 is #92E877. Grayscale: #3D3D3D. Windows color (decimal): -9627768 or 8918893. OLE color: 8918893.
HSL color Cylindrical-coordinate representation of color #6D1788: hue angle of 285.66º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1788 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 23 | 136 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.47 |
| HSL | 285.66º | 0.71% | 0.31% | - |
| HSV(B) | 285.66º | 0.83% | 0.53% | - |
| XYZ | 11.06 | 5.64 | 23.8 | - |
| YUV | 61.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 136 | 0.20 | 0.83 | 0 | 0.47 | 285.66 | 0.71 | 0.31 |
| Hex | 6D | 17 | 88 | 14 | 53 | 0 | 2F | 11E | 47 | 1F |
| Octal | 155 | 27 | 210 | 24 | 123 | 0 | 57 | 436 | 107 | 37 |
| Binary | 1101101 | 10111 | 10001000 | 10100 | 1010011 | 0 | 101111 | 100011110 | 1000111 | 11111 |
Color Harmonies of #6D1788
Complementary color
Monochromatic Colors of #6D1788
Black with #6D1788
Text Example
Text Example
White with #6D1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1788; }
p { color: rgb(109,23,136); }
H1.HeaderClassName
{
color: #6D1788;
}
.AnyTagClassName
{
color: #6D1788;
}
</style>
background-color css
<style>
a { background-color: #6D1788; }
a { background-color: rgb(109,23,136); }
div.DivClassName
{
background-color: #6D1788;
}
.BgClassName
{
background-color: #6D1788;
}
</style>
border-color css
<style>
span { border-color: #6D1788; }
span { border-color: rgb(109,23,136); }
td.TdClassName
{
border-color: #6D1788;
}
.TagClassName
{
border-color: #6D1788;
}
</style>