Shades of Purple #6C037A
Tints of Purple #6C037A
RGB
CMYK
RGB Variations
Color information
#6C037A (or 0x6C037A) is known color: Purple. HEX triplet: 6C, 03 and 7A. RGB value is (108,3,122). Sum of RGB (Red+Green+Blue) = 108+3+122=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C037A is #93FC85. Grayscale: #2F2F2F. Windows color (decimal): -9698438 or 7996268. OLE color: 7996268.
HSL color Cylindrical-coordinate representation of color #6C037A: hue angle of 292.94º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C037A is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 3 | 122 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.52 |
| HSL | 292.94º | 0.95% | 0.25% | - |
| HSV(B) | 292.94º | 0.98% | 0.48% | - |
| XYZ | 9.73 | 4.66 | 18.8 | - |
| YUV | 47.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 122 | 0.11 | 0.98 | 0 | 0.52 | 292.94 | 0.95 | 0.25 |
| Hex | 6C | 3 | 7A | B | 62 | 0 | 34 | 125 | 5F | 19 |
| Octal | 154 | 3 | 172 | 13 | 142 | 0 | 64 | 445 | 137 | 31 |
| Binary | 1101100 | 11 | 1111010 | 1011 | 1100010 | 0 | 110100 | 100100101 | 1011111 | 11001 |
Color Harmonies of #6C037A
Complementary color
Monochromatic Colors of #6C037A
Black with #6C037A
Text Example
Text Example
White with #6C037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C037A; }
p { color: rgb(108,3,122); }
H1.HeaderClassName
{
color: #6C037A;
}
.AnyTagClassName
{
color: #6C037A;
}
</style>
background-color css
<style>
a { background-color: #6C037A; }
a { background-color: rgb(108,3,122); }
div.DivClassName
{
background-color: #6C037A;
}
.BgClassName
{
background-color: #6C037A;
}
</style>
border-color css
<style>
span { border-color: #6C037A; }
span { border-color: rgb(108,3,122); }
td.TdClassName
{
border-color: #6C037A;
}
.TagClassName
{
border-color: #6C037A;
}
</style>