Shades of Purple #6C0590
Tints of Purple #6C0590
RGB
CMYK
RGB Variations
Color information
#6C0590 (or 0x6C0590) is known color: Purple. HEX triplet: 6C, 05 and 90. RGB value is (108,5,144). Sum of RGB (Red+Green+Blue) = 108+5+144=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C0590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0590 is #93FA6F. Grayscale: #333333. Windows color (decimal): -9697904 or 9438572. OLE color: 9438572.
HSL color Cylindrical-coordinate representation of color #6C0590: hue angle of 284.46º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0590 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 5 | 144 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.44 |
| HSL | 284.46º | 0.93% | 0.29% | - |
| HSV(B) | 284.46º | 0.97% | 0.56% | - |
| XYZ | 11.27 | 5.31 | 26.82 | - |
| YUV | 51.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 144 | 0.25 | 0.97 | 0 | 0.44 | 284.46 | 0.93 | 0.29 |
| Hex | 6C | 5 | 90 | 19 | 61 | 0 | 2C | 11C | 5D | 1D |
| Octal | 154 | 5 | 220 | 31 | 141 | 0 | 54 | 434 | 135 | 35 |
| Binary | 1101100 | 101 | 10010000 | 11001 | 1100001 | 0 | 101100 | 100011100 | 1011101 | 11101 |
Color Harmonies of #6C0590
Complementary color
Monochromatic Colors of #6C0590
Black with #6C0590
Text Example
Text Example
White with #6C0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0590; }
p { color: rgb(108,5,144); }
H1.HeaderClassName
{
color: #6C0590;
}
.AnyTagClassName
{
color: #6C0590;
}
</style>
background-color css
<style>
a { background-color: #6C0590; }
a { background-color: rgb(108,5,144); }
div.DivClassName
{
background-color: #6C0590;
}
.BgClassName
{
background-color: #6C0590;
}
</style>
border-color css
<style>
span { border-color: #6C0590; }
span { border-color: rgb(108,5,144); }
td.TdClassName
{
border-color: #6C0590;
}
.TagClassName
{
border-color: #6C0590;
}
</style>