Shades of Purple #6A037C
Tints of Purple #6A037C
RGB
CMYK
RGB Variations
Color information
#6A037C (or 0x6A037C) is known color: Purple. HEX triplet: 6A, 03 and 7C. RGB value is (106,3,124). Sum of RGB (Red+Green+Blue) = 106+3+124=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A037C is #95FC83. Grayscale: #2F2F2F. Windows color (decimal): -9829508 or 8127338. OLE color: 8127338.
HSL color Cylindrical-coordinate representation of color #6A037C: hue angle of 291.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 #6A037C is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 3 | 124 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.51 |
| HSL | 291.07º | 0.95% | 0.25% | - |
| HSV(B) | 291.07º | 0.98% | 0.49% | - |
| XYZ | 9.61 | 4.58 | 19.45 | - |
| YUV | 47.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 124 | 0.15 | 0.98 | 0 | 0.51 | 291.07 | 0.95 | 0.25 |
| Hex | 6A | 3 | 7C | F | 62 | 0 | 33 | 123 | 5F | 19 |
| Octal | 152 | 3 | 174 | 17 | 142 | 0 | 63 | 443 | 137 | 31 |
| Binary | 1101010 | 11 | 1111100 | 1111 | 1100010 | 0 | 110011 | 100100011 | 1011111 | 11001 |
Color Harmonies of #6A037C
Complementary color
Monochromatic Colors of #6A037C
Black with #6A037C
Text Example
Text Example
White with #6A037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A037C; }
p { color: rgb(106,3,124); }
H1.HeaderClassName
{
color: #6A037C;
}
.AnyTagClassName
{
color: #6A037C;
}
</style>
background-color css
<style>
a { background-color: #6A037C; }
a { background-color: rgb(106,3,124); }
div.DivClassName
{
background-color: #6A037C;
}
.BgClassName
{
background-color: #6A037C;
}
</style>
border-color css
<style>
span { border-color: #6A037C; }
span { border-color: rgb(106,3,124); }
td.TdClassName
{
border-color: #6A037C;
}
.TagClassName
{
border-color: #6A037C;
}
</style>