Shades of Vivid Violet #6E278C
Tints of Vivid Violet #6E278C
RGB
CMYK
RGB Variations
Color information
#6E278C (or 0x6E278C) is known color: Vivid Violet. HEX triplet: 6E, 27 and 8C. RGB value is (110,39,140). Sum of RGB (Red+Green+Blue) = 110+39+140=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E278C is #91D873. Grayscale: #474747. Windows color (decimal): -9558132 or 9185134. OLE color: 9185134.
HSL color Cylindrical-coordinate representation of color #6E278C: hue angle of 282.18º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E278C is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 39 | 140 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.45 |
| HSL | 282.18º | 0.56% | 0.35% | - |
| HSV(B) | 282.18º | 0.72% | 0.55% | - |
| XYZ | 11.89 | 6.66 | 25.47 | - |
| YUV | 71.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 140 | 0.21 | 0.72 | 0 | 0.45 | 282.18 | 0.56 | 0.35 |
| Hex | 6E | 27 | 8C | 15 | 48 | 0 | 2D | 11A | 38 | 23 |
| Octal | 156 | 47 | 214 | 25 | 110 | 0 | 55 | 432 | 70 | 43 |
| Binary | 1101110 | 100111 | 10001100 | 10101 | 1001000 | 0 | 101101 | 100011010 | 111000 | 100011 |
Color Harmonies of #6E278C
Complementary color
Monochromatic Colors of #6E278C
Black with #6E278C
Text Example
Text Example
White with #6E278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E278C; }
p { color: rgb(110,39,140); }
H1.HeaderClassName
{
color: #6E278C;
}
.AnyTagClassName
{
color: #6E278C;
}
</style>
background-color css
<style>
a { background-color: #6E278C; }
a { background-color: rgb(110,39,140); }
div.DivClassName
{
background-color: #6E278C;
}
.BgClassName
{
background-color: #6E278C;
}
</style>
border-color css
<style>
span { border-color: #6E278C; }
span { border-color: rgb(110,39,140); }
td.TdClassName
{
border-color: #6E278C;
}
.TagClassName
{
border-color: #6E278C;
}
</style>