Shades of Vivid Violet #6E258E
Tints of Vivid Violet #6E258E
RGB
CMYK
RGB Variations
Color information
#6E258E (or 0x6E258E) is known color: Vivid Violet. HEX triplet: 6E, 25 and 8E. RGB value is (110,37,142). Sum of RGB (Red+Green+Blue) = 110+37+142=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E258E is #91DA71. Grayscale: #464646. Windows color (decimal): -9558642 or 9315694. OLE color: 9315694.
HSL color Cylindrical-coordinate representation of color #6E258E: hue angle of 281.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E258E is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 37 | 142 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.44 |
| HSL | 281.71º | 0.59% | 0.35% | - |
| HSV(B) | 281.71º | 0.74% | 0.56% | - |
| XYZ | 11.97 | 6.59 | 26.23 | - |
| YUV | 70.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 142 | 0.23 | 0.74 | 0 | 0.44 | 281.71 | 0.59 | 0.35 |
| Hex | 6E | 25 | 8E | 17 | 4A | 0 | 2C | 11A | 3B | 23 |
| Octal | 156 | 45 | 216 | 27 | 112 | 0 | 54 | 432 | 73 | 43 |
| Binary | 1101110 | 100101 | 10001110 | 10111 | 1001010 | 0 | 101100 | 100011010 | 111011 | 100011 |
Color Harmonies of #6E258E
Complementary color
Monochromatic Colors of #6E258E
Black with #6E258E
Text Example
Text Example
White with #6E258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E258E; }
p { color: rgb(110,37,142); }
H1.HeaderClassName
{
color: #6E258E;
}
.AnyTagClassName
{
color: #6E258E;
}
</style>
background-color css
<style>
a { background-color: #6E258E; }
a { background-color: rgb(110,37,142); }
div.DivClassName
{
background-color: #6E258E;
}
.BgClassName
{
background-color: #6E258E;
}
</style>
border-color css
<style>
span { border-color: #6E258E; }
span { border-color: rgb(110,37,142); }
td.TdClassName
{
border-color: #6E258E;
}
.TagClassName
{
border-color: #6E258E;
}
</style>