Shades of Purple #6E0262
Tints of Purple #6E0262
RGB
CMYK
RGB Variations
Color information
#6E0262 (or 0x6E0262) is known color: Purple. HEX triplet: 6E, 02 and 62. RGB value is (110,2,98). Sum of RGB (Red+Green+Blue) = 110+2+98=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0262 is #91FD9D. Grayscale: #2C2C2C. Windows color (decimal): -9567646 or 6423150. OLE color: 6423150.
HSL color Cylindrical-coordinate representation of color #6E0262: hue angle of 306.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0262 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 98 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.57 |
| HSL | 306.67º | 0.96% | 0.22% | - |
| HSV(B) | 306.67º | 0.98% | 0.43% | - |
| XYZ | 8.66 | 4.24 | 11.92 | - |
| YUV | 45.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 98 | 0 | 0.98 | 0.11 | 0.57 | 306.67 | 0.96 | 0.22 |
| Hex | 6E | 2 | 62 | 0 | 62 | B | 39 | 133 | 60 | 16 |
| Octal | 156 | 2 | 142 | 0 | 142 | 13 | 71 | 463 | 140 | 26 |
| Binary | 1101110 | 10 | 1100010 | 0 | 1100010 | 1011 | 111001 | 100110011 | 1100000 | 10110 |
Color Harmonies of #6E0262
Complementary color
Monochromatic Colors of #6E0262
Black with #6E0262
Text Example
Text Example
White with #6E0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0262; }
p { color: rgb(110,2,98); }
H1.HeaderClassName
{
color: #6E0262;
}
.AnyTagClassName
{
color: #6E0262;
}
</style>
background-color css
<style>
a { background-color: #6E0262; }
a { background-color: rgb(110,2,98); }
div.DivClassName
{
background-color: #6E0262;
}
.BgClassName
{
background-color: #6E0262;
}
</style>
border-color css
<style>
span { border-color: #6E0262; }
span { border-color: rgb(110,2,98); }
td.TdClassName
{
border-color: #6E0262;
}
.TagClassName
{
border-color: #6E0262;
}
</style>