Shades of Purple #6C0480
Tints of Purple #6C0480
RGB
CMYK
RGB Variations
Color information
#6C0480 (or 0x6C0480) is known color: Purple. HEX triplet: 6C, 04 and 80. RGB value is (108,4,128). Sum of RGB (Red+Green+Blue) = 108+4+128=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #6C0480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0480 is #93FB7F. Grayscale: #303030. Windows color (decimal): -9698176 or 8389740. OLE color: 8389740.
HSL color Cylindrical-coordinate representation of color #6C0480: hue angle of 290.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0480 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 4 | 128 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.50 |
| HSL | 290.32º | 0.94% | 0.26% | - |
| HSV(B) | 290.32º | 0.97% | 0.5% | - |
| XYZ | 10.12 | 4.83 | 20.82 | - |
| YUV | 49.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 128 | 0.16 | 0.97 | 0 | 0.50 | 290.32 | 0.94 | 0.26 |
| Hex | 6C | 4 | 80 | 10 | 61 | 0 | 32 | 122 | 5E | 1A |
| Octal | 154 | 4 | 200 | 20 | 141 | 0 | 62 | 442 | 136 | 32 |
| Binary | 1101100 | 100 | 10000000 | 10000 | 1100001 | 0 | 110010 | 100100010 | 1011110 | 11010 |
Color Harmonies of #6C0480
Complementary color
Monochromatic Colors of #6C0480
Black with #6C0480
Text Example
Text Example
White with #6C0480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0480; }
p { color: rgb(108,4,128); }
H1.HeaderClassName
{
color: #6C0480;
}
.AnyTagClassName
{
color: #6C0480;
}
</style>
background-color css
<style>
a { background-color: #6C0480; }
a { background-color: rgb(108,4,128); }
div.DivClassName
{
background-color: #6C0480;
}
.BgClassName
{
background-color: #6C0480;
}
</style>
border-color css
<style>
span { border-color: #6C0480; }
span { border-color: rgb(108,4,128); }
td.TdClassName
{
border-color: #6C0480;
}
.TagClassName
{
border-color: #6C0480;
}
</style>