Shades of Vivid Violet #6B2C8E
Tints of Vivid Violet #6B2C8E
RGB
CMYK
RGB Variations
Color information
#6B2C8E (or 0x6B2C8E) is known color: Vivid Violet. HEX triplet: 6B, 2C and 8E. RGB value is (107,44,142). Sum of RGB (Red+Green+Blue) = 107+44+142=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B2C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2C8E is #94D371. Grayscale: #494949. Windows color (decimal): -9753458 or 9317483. OLE color: 9317483.
HSL color Cylindrical-coordinate representation of color #6B2C8E: hue angle of 278.57º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2C8E is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 44 | 142 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.44 |
| HSL | 278.57º | 0.53% | 0.36% | - |
| HSV(B) | 278.57º | 0.69% | 0.56% | - |
| XYZ | 11.85 | 6.88 | 26.29 | - |
| YUV | 74.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 142 | 0.25 | 0.69 | 0 | 0.44 | 278.57 | 0.53 | 0.36 |
| Hex | 6B | 2C | 8E | 19 | 45 | 0 | 2C | 117 | 35 | 24 |
| Octal | 153 | 54 | 216 | 31 | 105 | 0 | 54 | 427 | 65 | 44 |
| Binary | 1101011 | 101100 | 10001110 | 11001 | 1000101 | 0 | 101100 | 100010111 | 110101 | 100100 |
Color Harmonies of #6B2C8E
Complementary color
Monochromatic Colors of #6B2C8E
Black with #6B2C8E
Text Example
Text Example
White with #6B2C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2C8E; }
p { color: rgb(107,44,142); }
H1.HeaderClassName
{
color: #6B2C8E;
}
.AnyTagClassName
{
color: #6B2C8E;
}
</style>
background-color css
<style>
a { background-color: #6B2C8E; }
a { background-color: rgb(107,44,142); }
div.DivClassName
{
background-color: #6B2C8E;
}
.BgClassName
{
background-color: #6B2C8E;
}
</style>
border-color css
<style>
span { border-color: #6B2C8E; }
span { border-color: rgb(107,44,142); }
td.TdClassName
{
border-color: #6B2C8E;
}
.TagClassName
{
border-color: #6B2C8E;
}
</style>