Shades of Purple #6C037C
Tints of Purple #6C037C
RGB
CMYK
RGB Variations
Color information
#6C037C (or 0x6C037C) is known color: Purple. HEX triplet: 6C, 03 and 7C. RGB value is (108,3,124). Sum of RGB (Red+Green+Blue) = 108+3+124=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C037C is #93FC83. Grayscale: #2F2F2F. Windows color (decimal): -9698436 or 8127340. OLE color: 8127340.
HSL color Cylindrical-coordinate representation of color #6C037C: hue angle of 292.07º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C037C is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 3 | 124 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.51 |
| HSL | 292.07º | 0.95% | 0.25% | - |
| HSV(B) | 292.07º | 0.98% | 0.49% | - |
| XYZ | 9.85 | 4.71 | 19.46 | - |
| YUV | 48.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 124 | 0.13 | 0.98 | 0 | 0.51 | 292.07 | 0.95 | 0.25 |
| Hex | 6C | 3 | 7C | D | 62 | 0 | 33 | 124 | 5F | 19 |
| Octal | 154 | 3 | 174 | 15 | 142 | 0 | 63 | 444 | 137 | 31 |
| Binary | 1101100 | 11 | 1111100 | 1101 | 1100010 | 0 | 110011 | 100100100 | 1011111 | 11001 |
Color Harmonies of #6C037C
Complementary color
Monochromatic Colors of #6C037C
Black with #6C037C
Text Example
Text Example
White with #6C037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C037C; }
p { color: rgb(108,3,124); }
H1.HeaderClassName
{
color: #6C037C;
}
.AnyTagClassName
{
color: #6C037C;
}
</style>
background-color css
<style>
a { background-color: #6C037C; }
a { background-color: rgb(108,3,124); }
div.DivClassName
{
background-color: #6C037C;
}
.BgClassName
{
background-color: #6C037C;
}
</style>
border-color css
<style>
span { border-color: #6C037C; }
span { border-color: rgb(108,3,124); }
td.TdClassName
{
border-color: #6C037C;
}
.TagClassName
{
border-color: #6C037C;
}
</style>