Shades of Vivid Violet #6A2092
Tints of Vivid Violet #6A2092
RGB
CMYK
RGB Variations
Color information
#6A2092 (or 0x6A2092) is known color: Vivid Violet. HEX triplet: 6A, 20 and 92. RGB value is (106,32,146). Sum of RGB (Red+Green+Blue) = 106+32+146=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2092 is #95DF6D. Grayscale: #424242. Windows color (decimal): -9822062 or 9576554. OLE color: 9576554.
HSL color Cylindrical-coordinate representation of color #6A2092: hue angle of 278.95º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A2092 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 32 | 146 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.43 |
| HSL | 278.95º | 0.64% | 0.35% | - |
| HSV(B) | 278.95º | 0.78% | 0.57% | - |
| XYZ | 11.65 | 6.17 | 27.77 | - |
| YUV | 67.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 146 | 0.27 | 0.78 | 0 | 0.43 | 278.95 | 0.64 | 0.35 |
| Hex | 6A | 20 | 92 | 1B | 4E | 0 | 2B | 117 | 40 | 23 |
| Octal | 152 | 40 | 222 | 33 | 116 | 0 | 53 | 427 | 100 | 43 |
| Binary | 1101010 | 100000 | 10010010 | 11011 | 1001110 | 0 | 101011 | 100010111 | 1000000 | 100011 |
Color Harmonies of #6A2092
Complementary color
Monochromatic Colors of #6A2092
Black with #6A2092
Text Example
Text Example
White with #6A2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2092; }
p { color: rgb(106,32,146); }
H1.HeaderClassName
{
color: #6A2092;
}
.AnyTagClassName
{
color: #6A2092;
}
</style>
background-color css
<style>
a { background-color: #6A2092; }
a { background-color: rgb(106,32,146); }
div.DivClassName
{
background-color: #6A2092;
}
.BgClassName
{
background-color: #6A2092;
}
</style>
border-color css
<style>
span { border-color: #6A2092; }
span { border-color: rgb(106,32,146); }
td.TdClassName
{
border-color: #6A2092;
}
.TagClassName
{
border-color: #6A2092;
}
</style>