Shades of Vivid Violet #6E368D
Tints of Vivid Violet #6E368D
RGB
CMYK
RGB Variations
Color information
#6E368D (or 0x6E368D) is known color: Vivid Violet. HEX triplet: 6E, 36 and 8D. RGB value is (110,54,141). Sum of RGB (Red+Green+Blue) = 110+54+141=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E368D is #91C972. Grayscale: #505050. Windows color (decimal): -9554291 or 9254510. OLE color: 9254510.
HSL color Cylindrical-coordinate representation of color #6E368D: hue angle of 278.62º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E368D is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 54 | 141 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.45 |
| HSL | 278.62º | 0.45% | 0.38% | - |
| HSV(B) | 278.62º | 0.62% | 0.55% | - |
| XYZ | 12.56 | 7.88 | 26.06 | - |
| YUV | 80.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 141 | 0.22 | 0.62 | 0 | 0.45 | 278.62 | 0.45 | 0.38 |
| Hex | 6E | 36 | 8D | 16 | 3E | 0 | 2D | 117 | 2D | 26 |
| Octal | 156 | 66 | 215 | 26 | 76 | 0 | 55 | 427 | 55 | 46 |
| Binary | 1101110 | 110110 | 10001101 | 10110 | 111110 | 0 | 101101 | 100010111 | 101101 | 100110 |
Color Harmonies of #6E368D
Complementary color
Monochromatic Colors of #6E368D
Black with #6E368D
Text Example
Text Example
White with #6E368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E368D; }
p { color: rgb(110,54,141); }
H1.HeaderClassName
{
color: #6E368D;
}
.AnyTagClassName
{
color: #6E368D;
}
</style>
background-color css
<style>
a { background-color: #6E368D; }
a { background-color: rgb(110,54,141); }
div.DivClassName
{
background-color: #6E368D;
}
.BgClassName
{
background-color: #6E368D;
}
</style>
border-color css
<style>
span { border-color: #6E368D; }
span { border-color: rgb(110,54,141); }
td.TdClassName
{
border-color: #6E368D;
}
.TagClassName
{
border-color: #6E368D;
}
</style>