Shades of Purple #6A1587
Tints of Purple #6A1587
RGB
CMYK
RGB Variations
Color information
#6A1587 (or 0x6A1587) is known color: Purple. HEX triplet: 6A, 15 and 87. RGB value is (106,21,135). Sum of RGB (Red+Green+Blue) = 106+21+135=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A1587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1587 is #95EA78. Grayscale: #3B3B3B. Windows color (decimal): -9824889 or 8852842. OLE color: 8852842.
HSL color Cylindrical-coordinate representation of color #6A1587: hue angle of 284.74º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1587 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 21 | 135 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.47 |
| HSL | 284.74º | 0.73% | 0.31% | - |
| HSV(B) | 284.74º | 0.84% | 0.53% | - |
| XYZ | 10.59 | 5.35 | 23.4 | - |
| YUV | 59.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 135 | 0.21 | 0.84 | 0 | 0.47 | 284.74 | 0.73 | 0.31 |
| Hex | 6A | 15 | 87 | 15 | 54 | 0 | 2F | 11D | 49 | 1F |
| Octal | 152 | 25 | 207 | 25 | 124 | 0 | 57 | 435 | 111 | 37 |
| Binary | 1101010 | 10101 | 10000111 | 10101 | 1010100 | 0 | 101111 | 100011101 | 1001001 | 11111 |
Color Harmonies of #6A1587
Complementary color
Monochromatic Colors of #6A1587
Black with #6A1587
Text Example
Text Example
White with #6A1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1587; }
p { color: rgb(106,21,135); }
H1.HeaderClassName
{
color: #6A1587;
}
.AnyTagClassName
{
color: #6A1587;
}
</style>
background-color css
<style>
a { background-color: #6A1587; }
a { background-color: rgb(106,21,135); }
div.DivClassName
{
background-color: #6A1587;
}
.BgClassName
{
background-color: #6A1587;
}
</style>
border-color css
<style>
span { border-color: #6A1587; }
span { border-color: rgb(106,21,135); }
td.TdClassName
{
border-color: #6A1587;
}
.TagClassName
{
border-color: #6A1587;
}
</style>