Shades of Vivid Violet #6C278E
Tints of Vivid Violet #6C278E
RGB
CMYK
RGB Variations
Color information
#6C278E (or 0x6C278E) is known color: Vivid Violet. HEX triplet: 6C, 27 and 8E. RGB value is (108,39,142). Sum of RGB (Red+Green+Blue) = 108+39+142=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C278E is #93D871. Grayscale: #474747. Windows color (decimal): -9689202 or 9316204. OLE color: 9316204.
HSL color Cylindrical-coordinate representation of color #6C278E: hue angle of 280.19º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C278E is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 39 | 142 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.44 |
| HSL | 280.19º | 0.57% | 0.35% | - |
| HSV(B) | 280.19º | 0.73% | 0.56% | - |
| XYZ | 11.79 | 6.59 | 26.24 | - |
| YUV | 71.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 142 | 0.24 | 0.73 | 0 | 0.44 | 280.19 | 0.57 | 0.35 |
| Hex | 6C | 27 | 8E | 18 | 49 | 0 | 2C | 118 | 39 | 23 |
| Octal | 154 | 47 | 216 | 30 | 111 | 0 | 54 | 430 | 71 | 43 |
| Binary | 1101100 | 100111 | 10001110 | 11000 | 1001001 | 0 | 101100 | 100011000 | 111001 | 100011 |
Color Harmonies of #6C278E
Complementary color
Monochromatic Colors of #6C278E
Black with #6C278E
Text Example
Text Example
White with #6C278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C278E; }
p { color: rgb(108,39,142); }
H1.HeaderClassName
{
color: #6C278E;
}
.AnyTagClassName
{
color: #6C278E;
}
</style>
background-color css
<style>
a { background-color: #6C278E; }
a { background-color: rgb(108,39,142); }
div.DivClassName
{
background-color: #6C278E;
}
.BgClassName
{
background-color: #6C278E;
}
</style>
border-color css
<style>
span { border-color: #6C278E; }
span { border-color: rgb(108,39,142); }
td.TdClassName
{
border-color: #6C278E;
}
.TagClassName
{
border-color: #6C278E;
}
</style>