Shades of Purple #6A0887
Tints of Purple #6A0887
RGB
CMYK
RGB Variations
Color information
#6A0887 (or 0x6A0887) is known color: Purple. HEX triplet: 6A, 08 and 87. RGB value is (106,8,135). Sum of RGB (Red+Green+Blue) = 106+8+135=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A0887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0887 is #95F778. Grayscale: #333333. Windows color (decimal): -9828217 or 8849514. OLE color: 8849514.
HSL color Cylindrical-coordinate representation of color #6A0887: hue angle of 286.3º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0887 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 8 | 135 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.47 |
| HSL | 286.3º | 0.89% | 0.28% | - |
| HSV(B) | 286.3º | 0.94% | 0.53% | - |
| XYZ | 10.4 | 4.99 | 23.34 | - |
| YUV | 51.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 135 | 0.21 | 0.94 | 0 | 0.47 | 286.3 | 0.89 | 0.28 |
| Hex | 6A | 8 | 87 | 15 | 5E | 0 | 2F | 11E | 59 | 1C |
| Octal | 152 | 10 | 207 | 25 | 136 | 0 | 57 | 436 | 131 | 34 |
| Binary | 1101010 | 1000 | 10000111 | 10101 | 1011110 | 0 | 101111 | 100011110 | 1011001 | 11100 |
Color Harmonies of #6A0887
Complementary color
Monochromatic Colors of #6A0887
Black with #6A0887
Text Example
Text Example
White with #6A0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0887; }
p { color: rgb(106,8,135); }
H1.HeaderClassName
{
color: #6A0887;
}
.AnyTagClassName
{
color: #6A0887;
}
</style>
background-color css
<style>
a { background-color: #6A0887; }
a { background-color: rgb(106,8,135); }
div.DivClassName
{
background-color: #6A0887;
}
.BgClassName
{
background-color: #6A0887;
}
</style>
border-color css
<style>
span { border-color: #6A0887; }
span { border-color: rgb(106,8,135); }
td.TdClassName
{
border-color: #6A0887;
}
.TagClassName
{
border-color: #6A0887;
}
</style>