Shades of Vivid Violet #6E288B
Tints of Vivid Violet #6E288B
RGB
CMYK
RGB Variations
Color information
#6E288B (or 0x6E288B) is known color: Vivid Violet. HEX triplet: 6E, 28 and 8B. RGB value is (110,40,139). Sum of RGB (Red+Green+Blue) = 110+40+139=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E288B is #91D774. Grayscale: #474747. Windows color (decimal): -9557877 or 9119854. OLE color: 9119854.
HSL color Cylindrical-coordinate representation of color #6E288B: hue angle of 282.42º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E288B is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 40 | 139 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.45 |
| HSL | 282.42º | 0.55% | 0.35% | - |
| HSV(B) | 282.42º | 0.71% | 0.55% | - |
| XYZ | 11.85 | 6.7 | 25.09 | - |
| YUV | 72.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 139 | 0.21 | 0.71 | 0 | 0.45 | 282.42 | 0.55 | 0.35 |
| Hex | 6E | 28 | 8B | 15 | 47 | 0 | 2D | 11A | 37 | 23 |
| Octal | 156 | 50 | 213 | 25 | 107 | 0 | 55 | 432 | 67 | 43 |
| Binary | 1101110 | 101000 | 10001011 | 10101 | 1000111 | 0 | 101101 | 100011010 | 110111 | 100011 |
Color Harmonies of #6E288B
Complementary color
Monochromatic Colors of #6E288B
Black with #6E288B
Text Example
Text Example
White with #6E288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E288B; }
p { color: rgb(110,40,139); }
H1.HeaderClassName
{
color: #6E288B;
}
.AnyTagClassName
{
color: #6E288B;
}
</style>
background-color css
<style>
a { background-color: #6E288B; }
a { background-color: rgb(110,40,139); }
div.DivClassName
{
background-color: #6E288B;
}
.BgClassName
{
background-color: #6E288B;
}
</style>
border-color css
<style>
span { border-color: #6E288B; }
span { border-color: rgb(110,40,139); }
td.TdClassName
{
border-color: #6E288B;
}
.TagClassName
{
border-color: #6E288B;
}
</style>