Shades of Purple #6E0290
Tints of Purple #6E0290
RGB
CMYK
RGB Variations
Color information
#6E0290 (or 0x6E0290) is known color: Purple. HEX triplet: 6E, 02 and 90. RGB value is (110,2,144). Sum of RGB (Red+Green+Blue) = 110+2+144=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E0290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0290 is #91FD6F. Grayscale: #323232. Windows color (decimal): -9567600 or 9437806. OLE color: 9437806.
HSL color Cylindrical-coordinate representation of color #6E0290: hue angle of 285.63º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0290 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 2 | 144 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.44 |
| HSL | 285.63º | 0.97% | 0.29% | - |
| HSV(B) | 285.63º | 0.99% | 0.56% | - |
| XYZ | 11.49 | 5.37 | 26.82 | - |
| YUV | 50.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 144 | 0.24 | 0.99 | 0 | 0.44 | 285.63 | 0.97 | 0.29 |
| Hex | 6E | 2 | 90 | 18 | 63 | 0 | 2C | 11E | 61 | 1D |
| Octal | 156 | 2 | 220 | 30 | 143 | 0 | 54 | 436 | 141 | 35 |
| Binary | 1101110 | 10 | 10010000 | 11000 | 1100011 | 0 | 101100 | 100011110 | 1100001 | 11101 |
Color Harmonies of #6E0290
Complementary color
Monochromatic Colors of #6E0290
Black with #6E0290
Text Example
Text Example
White with #6E0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0290; }
p { color: rgb(110,2,144); }
H1.HeaderClassName
{
color: #6E0290;
}
.AnyTagClassName
{
color: #6E0290;
}
</style>
background-color css
<style>
a { background-color: #6E0290; }
a { background-color: rgb(110,2,144); }
div.DivClassName
{
background-color: #6E0290;
}
.BgClassName
{
background-color: #6E0290;
}
</style>
border-color css
<style>
span { border-color: #6E0290; }
span { border-color: rgb(110,2,144); }
td.TdClassName
{
border-color: #6E0290;
}
.TagClassName
{
border-color: #6E0290;
}
</style>