Shades of Vivid Violet #6A2095
Tints of Vivid Violet #6A2095
RGB
CMYK
RGB Variations
Color information
#6A2095 (or 0x6A2095) is known color: Vivid Violet. HEX triplet: 6A, 20 and 95. RGB value is (106,32,149). Sum of RGB (Red+Green+Blue) = 106+32+149=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2095 is #95DF6A. Grayscale: #434343. Windows color (decimal): -9822059 or 9773162. OLE color: 9773162.
HSL color Cylindrical-coordinate representation of color #6A2095: hue angle of 277.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A2095 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 32 | 149 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.42 |
| HSL | 277.95º | 0.65% | 0.35% | - |
| HSV(B) | 277.95º | 0.79% | 0.58% | - |
| XYZ | 11.89 | 6.27 | 29.02 | - |
| YUV | 67.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 149 | 0.29 | 0.79 | 0 | 0.42 | 277.95 | 0.65 | 0.35 |
| Hex | 6A | 20 | 95 | 1D | 4F | 0 | 2A | 116 | 41 | 23 |
| Octal | 152 | 40 | 225 | 35 | 117 | 0 | 52 | 426 | 101 | 43 |
| Binary | 1101010 | 100000 | 10010101 | 11101 | 1001111 | 0 | 101010 | 100010110 | 1000001 | 100011 |
Color Harmonies of #6A2095
Complementary color
Monochromatic Colors of #6A2095
Black with #6A2095
Text Example
Text Example
White with #6A2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2095; }
p { color: rgb(106,32,149); }
H1.HeaderClassName
{
color: #6A2095;
}
.AnyTagClassName
{
color: #6A2095;
}
</style>
background-color css
<style>
a { background-color: #6A2095; }
a { background-color: rgb(106,32,149); }
div.DivClassName
{
background-color: #6A2095;
}
.BgClassName
{
background-color: #6A2095;
}
</style>
border-color css
<style>
span { border-color: #6A2095; }
span { border-color: rgb(106,32,149); }
td.TdClassName
{
border-color: #6A2095;
}
.TagClassName
{
border-color: #6A2095;
}
</style>