Shades of Purple #6A1588
Tints of Purple #6A1588
RGB
CMYK
RGB Variations
Color information
#6A1588 (or 0x6A1588) is known color: Purple. HEX triplet: 6A, 15 and 88. RGB value is (106,21,136). Sum of RGB (Red+Green+Blue) = 106+21+136=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A1588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1588 is #95EA77. Grayscale: #3B3B3B. Windows color (decimal): -9824888 or 8918378. OLE color: 8918378.
HSL color Cylindrical-coordinate representation of color #6A1588: hue angle of 284.35º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1588 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 21 | 136 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.47 |
| HSL | 284.35º | 0.73% | 0.31% | - |
| HSV(B) | 284.35º | 0.85% | 0.53% | - |
| XYZ | 10.66 | 5.38 | 23.77 | - |
| YUV | 59.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 136 | 0.22 | 0.85 | 0 | 0.47 | 284.35 | 0.73 | 0.31 |
| Hex | 6A | 15 | 88 | 16 | 55 | 0 | 2F | 11C | 49 | 1F |
| Octal | 152 | 25 | 210 | 26 | 125 | 0 | 57 | 434 | 111 | 37 |
| Binary | 1101010 | 10101 | 10001000 | 10110 | 1010101 | 0 | 101111 | 100011100 | 1001001 | 11111 |
Color Harmonies of #6A1588
Complementary color
Monochromatic Colors of #6A1588
Black with #6A1588
Text Example
Text Example
White with #6A1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1588; }
p { color: rgb(106,21,136); }
H1.HeaderClassName
{
color: #6A1588;
}
.AnyTagClassName
{
color: #6A1588;
}
</style>
background-color css
<style>
a { background-color: #6A1588; }
a { background-color: rgb(106,21,136); }
div.DivClassName
{
background-color: #6A1588;
}
.BgClassName
{
background-color: #6A1588;
}
</style>
border-color css
<style>
span { border-color: #6A1588; }
span { border-color: rgb(106,21,136); }
td.TdClassName
{
border-color: #6A1588;
}
.TagClassName
{
border-color: #6A1588;
}
</style>