Shades of Purple #6C0588
Tints of Purple #6C0588
RGB
CMYK
RGB Variations
Color information
#6C0588 (or 0x6C0588) is known color: Purple. HEX triplet: 6C, 05 and 88. RGB value is (108,5,136). Sum of RGB (Red+Green+Blue) = 108+5+136=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C0588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0588 is #93FA77. Grayscale: #323232. Windows color (decimal): -9697912 or 8914284. OLE color: 8914284.
HSL color Cylindrical-coordinate representation of color #6C0588: hue angle of 287.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0588 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 5 | 136 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.47 |
| HSL | 287.18º | 0.93% | 0.28% | - |
| HSV(B) | 287.18º | 0.96% | 0.53% | - |
| XYZ | 10.68 | 5.07 | 23.71 | - |
| YUV | 50.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 136 | 0.21 | 0.96 | 0 | 0.47 | 287.18 | 0.93 | 0.28 |
| Hex | 6C | 5 | 88 | 15 | 60 | 0 | 2F | 11F | 5D | 1C |
| Octal | 154 | 5 | 210 | 25 | 140 | 0 | 57 | 437 | 135 | 34 |
| Binary | 1101100 | 101 | 10001000 | 10101 | 1100000 | 0 | 101111 | 100011111 | 1011101 | 11100 |
Color Harmonies of #6C0588
Complementary color
Monochromatic Colors of #6C0588
Black with #6C0588
Text Example
Text Example
White with #6C0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0588; }
p { color: rgb(108,5,136); }
H1.HeaderClassName
{
color: #6C0588;
}
.AnyTagClassName
{
color: #6C0588;
}
</style>
background-color css
<style>
a { background-color: #6C0588; }
a { background-color: rgb(108,5,136); }
div.DivClassName
{
background-color: #6C0588;
}
.BgClassName
{
background-color: #6C0588;
}
</style>
border-color css
<style>
span { border-color: #6C0588; }
span { border-color: rgb(108,5,136); }
td.TdClassName
{
border-color: #6C0588;
}
.TagClassName
{
border-color: #6C0588;
}
</style>