Shades of Vivid Violet #6C2790
Tints of Vivid Violet #6C2790
RGB
CMYK
RGB Variations
Color information
#6C2790 (or 0x6C2790) is known color: Vivid Violet. HEX triplet: 6C, 27 and 90. RGB value is (108,39,144). Sum of RGB (Red+Green+Blue) = 108+39+144=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C2790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2790 is #93D86F. Grayscale: #474747. Windows color (decimal): -9689200 or 9447276. OLE color: 9447276.
HSL color Cylindrical-coordinate representation of color #6C2790: hue angle of 279.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2790 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 39 | 144 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.44 |
| HSL | 279.43º | 0.57% | 0.36% | - |
| HSV(B) | 279.43º | 0.73% | 0.56% | - |
| XYZ | 11.94 | 6.65 | 27.04 | - |
| YUV | 71.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 144 | 0.25 | 0.73 | 0 | 0.44 | 279.43 | 0.57 | 0.36 |
| Hex | 6C | 27 | 90 | 19 | 49 | 0 | 2C | 117 | 39 | 24 |
| Octal | 154 | 47 | 220 | 31 | 111 | 0 | 54 | 427 | 71 | 44 |
| Binary | 1101100 | 100111 | 10010000 | 11001 | 1001001 | 0 | 101100 | 100010111 | 111001 | 100100 |
Color Harmonies of #6C2790
Complementary color
Monochromatic Colors of #6C2790
Black with #6C2790
Text Example
Text Example
White with #6C2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2790; }
p { color: rgb(108,39,144); }
H1.HeaderClassName
{
color: #6C2790;
}
.AnyTagClassName
{
color: #6C2790;
}
</style>
background-color css
<style>
a { background-color: #6C2790; }
a { background-color: rgb(108,39,144); }
div.DivClassName
{
background-color: #6C2790;
}
.BgClassName
{
background-color: #6C2790;
}
</style>
border-color css
<style>
span { border-color: #6C2790; }
span { border-color: rgb(108,39,144); }
td.TdClassName
{
border-color: #6C2790;
}
.TagClassName
{
border-color: #6C2790;
}
</style>