Shades of Vivid Violet #6E398B
Tints of Vivid Violet #6E398B
RGB
CMYK
RGB Variations
Color information
#6E398B (or 0x6E398B) is known color: Vivid Violet. HEX triplet: 6E, 39 and 8B. RGB value is (110,57,139). Sum of RGB (Red+Green+Blue) = 110+57+139=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E398B is #91C674. Grayscale: #515151. Windows color (decimal): -9553525 or 9124206. OLE color: 9124206.
HSL color Cylindrical-coordinate representation of color #6E398B: hue angle of 278.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E398B is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 57 | 139 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.45 |
| HSL | 278.78º | 0.42% | 0.38% | - |
| HSV(B) | 278.78º | 0.59% | 0.55% | - |
| XYZ | 12.55 | 8.11 | 25.33 | - |
| YUV | 82.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 139 | 0.21 | 0.59 | 0 | 0.45 | 278.78 | 0.42 | 0.38 |
| Hex | 6E | 39 | 8B | 15 | 3B | 0 | 2D | 117 | 2A | 26 |
| Octal | 156 | 71 | 213 | 25 | 73 | 0 | 55 | 427 | 52 | 46 |
| Binary | 1101110 | 111001 | 10001011 | 10101 | 111011 | 0 | 101101 | 100010111 | 101010 | 100110 |
Color Harmonies of #6E398B
Complementary color
Monochromatic Colors of #6E398B
Black with #6E398B
Text Example
Text Example
White with #6E398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E398B; }
p { color: rgb(110,57,139); }
H1.HeaderClassName
{
color: #6E398B;
}
.AnyTagClassName
{
color: #6E398B;
}
</style>
background-color css
<style>
a { background-color: #6E398B; }
a { background-color: rgb(110,57,139); }
div.DivClassName
{
background-color: #6E398B;
}
.BgClassName
{
background-color: #6E398B;
}
</style>
border-color css
<style>
span { border-color: #6E398B; }
span { border-color: rgb(110,57,139); }
td.TdClassName
{
border-color: #6E398B;
}
.TagClassName
{
border-color: #6E398B;
}
</style>