Shades of Vivid Violet #6D268D
Tints of Vivid Violet #6D268D
RGB
CMYK
RGB Variations
Color information
#6D268D (or 0x6D268D) is known color: Vivid Violet. HEX triplet: 6D, 26 and 8D. RGB value is (109,38,141). Sum of RGB (Red+Green+Blue) = 109+38+141=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D268D is #92D972. Grayscale: #464646. Windows color (decimal): -9623923 or 9250413. OLE color: 9250413.
HSL color Cylindrical-coordinate representation of color #6D268D: hue angle of 281.36º degrees, saturation: 0.58, 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 #6D268D is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 38 | 141 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.45 |
| HSL | 281.36º | 0.58% | 0.35% | - |
| HSV(B) | 281.36º | 0.73% | 0.55% | - |
| XYZ | 11.81 | 6.56 | 25.84 | - |
| YUV | 70.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 141 | 0.23 | 0.73 | 0 | 0.45 | 281.36 | 0.58 | 0.35 |
| Hex | 6D | 26 | 8D | 17 | 49 | 0 | 2D | 119 | 3A | 23 |
| Octal | 155 | 46 | 215 | 27 | 111 | 0 | 55 | 431 | 72 | 43 |
| Binary | 1101101 | 100110 | 10001101 | 10111 | 1001001 | 0 | 101101 | 100011001 | 111010 | 100011 |
Color Harmonies of #6D268D
Complementary color
Monochromatic Colors of #6D268D
Black with #6D268D
Text Example
Text Example
White with #6D268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D268D; }
p { color: rgb(109,38,141); }
H1.HeaderClassName
{
color: #6D268D;
}
.AnyTagClassName
{
color: #6D268D;
}
</style>
background-color css
<style>
a { background-color: #6D268D; }
a { background-color: rgb(109,38,141); }
div.DivClassName
{
background-color: #6D268D;
}
.BgClassName
{
background-color: #6D268D;
}
</style>
border-color css
<style>
span { border-color: #6D268D; }
span { border-color: rgb(109,38,141); }
td.TdClassName
{
border-color: #6D268D;
}
.TagClassName
{
border-color: #6D268D;
}
</style>