Shades of Purple #6A1788
Tints of Purple #6A1788
RGB
CMYK
RGB Variations
Color information
#6A1788 (or 0x6A1788) is known color: Purple. HEX triplet: 6A, 17 and 88. RGB value is (106,23,136). Sum of RGB (Red+Green+Blue) = 106+23+136=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A1788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1788 is #95E877. Grayscale: #3C3C3C. Windows color (decimal): -9824376 or 8918890. OLE color: 8918890.
HSL color Cylindrical-coordinate representation of color #6A1788: hue angle of 284.07º 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 #6A1788 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 23 | 136 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.47 |
| HSL | 284.07º | 0.71% | 0.31% | - |
| HSV(B) | 284.07º | 0.83% | 0.53% | - |
| XYZ | 10.69 | 5.45 | 23.78 | - |
| YUV | 60.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 136 | 0.22 | 0.83 | 0 | 0.47 | 284.07 | 0.71 | 0.31 |
| Hex | 6A | 17 | 88 | 16 | 53 | 0 | 2F | 11C | 47 | 1F |
| Octal | 152 | 27 | 210 | 26 | 123 | 0 | 57 | 434 | 107 | 37 |
| Binary | 1101010 | 10111 | 10001000 | 10110 | 1010011 | 0 | 101111 | 100011100 | 1000111 | 11111 |
Color Harmonies of #6A1788
Complementary color
Monochromatic Colors of #6A1788
Black with #6A1788
Text Example
Text Example
White with #6A1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1788; }
p { color: rgb(106,23,136); }
H1.HeaderClassName
{
color: #6A1788;
}
.AnyTagClassName
{
color: #6A1788;
}
</style>
background-color css
<style>
a { background-color: #6A1788; }
a { background-color: rgb(106,23,136); }
div.DivClassName
{
background-color: #6A1788;
}
.BgClassName
{
background-color: #6A1788;
}
</style>
border-color css
<style>
span { border-color: #6A1788; }
span { border-color: rgb(106,23,136); }
td.TdClassName
{
border-color: #6A1788;
}
.TagClassName
{
border-color: #6A1788;
}
</style>