Shades of Purple #6E0282
Tints of Purple #6E0282
RGB
CMYK
RGB Variations
Color information
#6E0282 (or 0x6E0282) is known color: Purple. HEX triplet: 6E, 02 and 82. RGB value is (110,2,130). Sum of RGB (Red+Green+Blue) = 110+2+130=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E0282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0282 is #91FD7D. Grayscale: #303030. Windows color (decimal): -9567614 or 8520302. OLE color: 8520302.
HSL color Cylindrical-coordinate representation of color #6E0282: hue angle of 290.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0282 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 2 | 130 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.49 |
| HSL | 290.63º | 0.97% | 0.26% | - |
| HSV(B) | 290.63º | 0.98% | 0.51% | - |
| XYZ | 10.48 | 4.97 | 21.53 | - |
| YUV | 48.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 130 | 0.15 | 0.98 | 0 | 0.49 | 290.63 | 0.97 | 0.26 |
| Hex | 6E | 2 | 82 | F | 62 | 0 | 31 | 123 | 61 | 1A |
| Octal | 156 | 2 | 202 | 17 | 142 | 0 | 61 | 443 | 141 | 32 |
| Binary | 1101110 | 10 | 10000010 | 1111 | 1100010 | 0 | 110001 | 100100011 | 1100001 | 11010 |
Color Harmonies of #6E0282
Complementary color
Monochromatic Colors of #6E0282
Black with #6E0282
Text Example
Text Example
White with #6E0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0282; }
p { color: rgb(110,2,130); }
H1.HeaderClassName
{
color: #6E0282;
}
.AnyTagClassName
{
color: #6E0282;
}
</style>
background-color css
<style>
a { background-color: #6E0282; }
a { background-color: rgb(110,2,130); }
div.DivClassName
{
background-color: #6E0282;
}
.BgClassName
{
background-color: #6E0282;
}
</style>
border-color css
<style>
span { border-color: #6E0282; }
span { border-color: rgb(110,2,130); }
td.TdClassName
{
border-color: #6E0282;
}
.TagClassName
{
border-color: #6E0282;
}
</style>