Shades of Vivid Violet #6E268B
Tints of Vivid Violet #6E268B
RGB
CMYK
RGB Variations
Color information
#6E268B (or 0x6E268B) is known color: Vivid Violet. HEX triplet: 6E, 26 and 8B. RGB value is (110,38,139). Sum of RGB (Red+Green+Blue) = 110+38+139=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E268B is #91D974. Grayscale: #464646. Windows color (decimal): -9558389 or 9119342. OLE color: 9119342.
HSL color Cylindrical-coordinate representation of color #6E268B: hue angle of 282.77º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E268B is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 38 | 139 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.45 |
| HSL | 282.77º | 0.57% | 0.35% | - |
| HSV(B) | 282.77º | 0.73% | 0.55% | - |
| XYZ | 11.78 | 6.57 | 25.07 | - |
| YUV | 71.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 139 | 0.21 | 0.73 | 0 | 0.45 | 282.77 | 0.57 | 0.35 |
| Hex | 6E | 26 | 8B | 15 | 49 | 0 | 2D | 11B | 39 | 23 |
| Octal | 156 | 46 | 213 | 25 | 111 | 0 | 55 | 433 | 71 | 43 |
| Binary | 1101110 | 100110 | 10001011 | 10101 | 1001001 | 0 | 101101 | 100011011 | 111001 | 100011 |
Color Harmonies of #6E268B
Complementary color
Monochromatic Colors of #6E268B
Black with #6E268B
Text Example
Text Example
White with #6E268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E268B; }
p { color: rgb(110,38,139); }
H1.HeaderClassName
{
color: #6E268B;
}
.AnyTagClassName
{
color: #6E268B;
}
</style>
background-color css
<style>
a { background-color: #6E268B; }
a { background-color: rgb(110,38,139); }
div.DivClassName
{
background-color: #6E268B;
}
.BgClassName
{
background-color: #6E268B;
}
</style>
border-color css
<style>
span { border-color: #6E268B; }
span { border-color: rgb(110,38,139); }
td.TdClassName
{
border-color: #6E268B;
}
.TagClassName
{
border-color: #6E268B;
}
</style>