Shades of Purple #6C0188
Tints of Purple #6C0188
RGB
CMYK
RGB Variations
Color information
#6C0188 (or 0x6C0188) is known color: Purple. HEX triplet: 6C, 01 and 88. RGB value is (108,1,136). Sum of RGB (Red+Green+Blue) = 108+1+136=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C0188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0188 is #93FE77. Grayscale: #2F2F2F. Windows color (decimal): -9698936 or 8913260. OLE color: 8913260.
HSL color Cylindrical-coordinate representation of color #6C0188: hue angle of 287.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0188 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 1 | 136 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.47 |
| HSL | 287.56º | 0.99% | 0.27% | - |
| HSV(B) | 287.56º | 0.99% | 0.53% | - |
| XYZ | 10.64 | 4.99 | 23.69 | - |
| YUV | 48.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 136 | 0.21 | 0.99 | 0 | 0.47 | 287.56 | 0.99 | 0.27 |
| Hex | 6C | 1 | 88 | 15 | 63 | 0 | 2F | 120 | 63 | 1B |
| Octal | 154 | 1 | 210 | 25 | 143 | 0 | 57 | 440 | 143 | 33 |
| Binary | 1101100 | 1 | 10001000 | 10101 | 1100011 | 0 | 101111 | 100100000 | 1100011 | 11011 |
Color Harmonies of #6C0188
Complementary color
Monochromatic Colors of #6C0188
Black with #6C0188
Text Example
Text Example
White with #6C0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0188; }
p { color: rgb(108,1,136); }
H1.HeaderClassName
{
color: #6C0188;
}
.AnyTagClassName
{
color: #6C0188;
}
</style>
background-color css
<style>
a { background-color: #6C0188; }
a { background-color: rgb(108,1,136); }
div.DivClassName
{
background-color: #6C0188;
}
.BgClassName
{
background-color: #6C0188;
}
</style>
border-color css
<style>
span { border-color: #6C0188; }
span { border-color: rgb(108,1,136); }
td.TdClassName
{
border-color: #6C0188;
}
.TagClassName
{
border-color: #6C0188;
}
</style>