Shades of Purple #6E037A
Tints of Purple #6E037A
RGB
CMYK
RGB Variations
Color information
#6E037A (or 0x6E037A) is known color: Purple. HEX triplet: 6E, 03 and 7A. RGB value is (110,3,122). Sum of RGB (Red+Green+Blue) = 110+3+122=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E037A is #91FC85. Grayscale: #303030. Windows color (decimal): -9567366 or 7996270. OLE color: 7996270.
HSL color Cylindrical-coordinate representation of color #6E037A: hue angle of 293.95º 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 #6E037A is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 3 | 122 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.52 |
| HSL | 293.95º | 0.95% | 0.25% | - |
| HSV(B) | 293.95º | 0.98% | 0.48% | - |
| XYZ | 9.98 | 4.79 | 18.81 | - |
| YUV | 48.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 122 | 0.10 | 0.98 | 0 | 0.52 | 293.95 | 0.95 | 0.25 |
| Hex | 6E | 3 | 7A | A | 62 | 0 | 34 | 126 | 5F | 19 |
| Octal | 156 | 3 | 172 | 12 | 142 | 0 | 64 | 446 | 137 | 31 |
| Binary | 1101110 | 11 | 1111010 | 1010 | 1100010 | 0 | 110100 | 100100110 | 1011111 | 11001 |
Color Harmonies of #6E037A
Complementary color
Monochromatic Colors of #6E037A
Black with #6E037A
Text Example
Text Example
White with #6E037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E037A; }
p { color: rgb(110,3,122); }
H1.HeaderClassName
{
color: #6E037A;
}
.AnyTagClassName
{
color: #6E037A;
}
</style>
background-color css
<style>
a { background-color: #6E037A; }
a { background-color: rgb(110,3,122); }
div.DivClassName
{
background-color: #6E037A;
}
.BgClassName
{
background-color: #6E037A;
}
</style>
border-color css
<style>
span { border-color: #6E037A; }
span { border-color: rgb(110,3,122); }
td.TdClassName
{
border-color: #6E037A;
}
.TagClassName
{
border-color: #6E037A;
}
</style>