Shades of Purple #6A037D
Tints of Purple #6A037D
RGB
CMYK
RGB Variations
Color information
#6A037D (or 0x6A037D) is known color: Purple. HEX triplet: 6A, 03 and 7D. RGB value is (106,3,125). Sum of RGB (Red+Green+Blue) = 106+3+125=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A037D is #95FC82. Grayscale: #2F2F2F. Windows color (decimal): -9829507 or 8192874. OLE color: 8192874.
HSL color Cylindrical-coordinate representation of color #6A037D: hue angle of 290.66º 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 #6A037D is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 3 | 125 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.51 |
| HSL | 290.66º | 0.95% | 0.25% | - |
| HSV(B) | 290.66º | 0.98% | 0.49% | - |
| XYZ | 9.68 | 4.61 | 19.78 | - |
| YUV | 47.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 125 | 0.15 | 0.98 | 0 | 0.51 | 290.66 | 0.95 | 0.25 |
| Hex | 6A | 3 | 7D | F | 62 | 0 | 33 | 123 | 5F | 19 |
| Octal | 152 | 3 | 175 | 17 | 142 | 0 | 63 | 443 | 137 | 31 |
| Binary | 1101010 | 11 | 1111101 | 1111 | 1100010 | 0 | 110011 | 100100011 | 1011111 | 11001 |
Color Harmonies of #6A037D
Complementary color
Monochromatic Colors of #6A037D
Black with #6A037D
Text Example
Text Example
White with #6A037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A037D; }
p { color: rgb(106,3,125); }
H1.HeaderClassName
{
color: #6A037D;
}
.AnyTagClassName
{
color: #6A037D;
}
</style>
background-color css
<style>
a { background-color: #6A037D; }
a { background-color: rgb(106,3,125); }
div.DivClassName
{
background-color: #6A037D;
}
.BgClassName
{
background-color: #6A037D;
}
</style>
border-color css
<style>
span { border-color: #6A037D; }
span { border-color: rgb(106,3,125); }
td.TdClassName
{
border-color: #6A037D;
}
.TagClassName
{
border-color: #6A037D;
}
</style>