Shades of Purple #6C1387
Tints of Purple #6C1387
RGB
CMYK
RGB Variations
Color information
#6C1387 (or 0x6C1387) is known color: Purple. HEX triplet: 6C, 13 and 87. RGB value is (108,19,135). Sum of RGB (Red+Green+Blue) = 108+19+135=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 19 (7.81% from 255 or 7.25% 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 #6C1387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1387 is #93EC78. Grayscale: #3A3A3A. Windows color (decimal): -9694329 or 8852332. OLE color: 8852332.
HSL color Cylindrical-coordinate representation of color #6C1387: hue angle of 286.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1387 is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 19 | 135 | - |
| CMYK | 0.2 | 0.86 | 0 | 0.47 |
| HSL | 286.03º | 0.75% | 0.3% | - |
| HSV(B) | 286.03º | 0.86% | 0.53% | - |
| XYZ | 10.79 | 5.4 | 23.4 | - |
| YUV | 58.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 135 | 0.2 | 0.86 | 0 | 0.47 | 286.03 | 0.75 | 0.3 |
| Hex | 6C | 13 | 87 | 14 | 56 | 0 | 2F | 11E | 4B | 1E |
| Octal | 154 | 23 | 207 | 24 | 126 | 0 | 57 | 436 | 113 | 36 |
| Binary | 1101100 | 10011 | 10000111 | 10100 | 1010110 | 0 | 101111 | 100011110 | 1001011 | 11110 |
Color Harmonies of #6C1387
Complementary color
Monochromatic Colors of #6C1387
Black with #6C1387
Text Example
Text Example
White with #6C1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1387; }
p { color: rgb(108,19,135); }
H1.HeaderClassName
{
color: #6C1387;
}
.AnyTagClassName
{
color: #6C1387;
}
</style>
background-color css
<style>
a { background-color: #6C1387; }
a { background-color: rgb(108,19,135); }
div.DivClassName
{
background-color: #6C1387;
}
.BgClassName
{
background-color: #6C1387;
}
</style>
border-color css
<style>
span { border-color: #6C1387; }
span { border-color: rgb(108,19,135); }
td.TdClassName
{
border-color: #6C1387;
}
.TagClassName
{
border-color: #6C1387;
}
</style>