Shades of Vivid Violet #6B2790
Tints of Vivid Violet #6B2790
RGB
CMYK
RGB Variations
Color information
#6B2790 (or 0x6B2790) is known color: Vivid Violet. HEX triplet: 6B, 27 and 90. RGB value is (107,39,144). Sum of RGB (Red+Green+Blue) = 107+39+144=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B2790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2790 is #94D86F. Grayscale: #464646. Windows color (decimal): -9754736 or 9447275. OLE color: 9447275.
HSL color Cylindrical-coordinate representation of color #6B2790: hue angle of 278.86º 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 #6B2790 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 39 | 144 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.44 |
| HSL | 278.86º | 0.57% | 0.36% | - |
| HSV(B) | 278.86º | 0.73% | 0.56% | - |
| XYZ | 11.82 | 6.59 | 27.03 | - |
| YUV | 71.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 144 | 0.26 | 0.73 | 0 | 0.44 | 278.86 | 0.57 | 0.36 |
| Hex | 6B | 27 | 90 | 1A | 49 | 0 | 2C | 117 | 39 | 24 |
| Octal | 153 | 47 | 220 | 32 | 111 | 0 | 54 | 427 | 71 | 44 |
| Binary | 1101011 | 100111 | 10010000 | 11010 | 1001001 | 0 | 101100 | 100010111 | 111001 | 100100 |
Color Harmonies of #6B2790
Complementary color
Monochromatic Colors of #6B2790
Black with #6B2790
Text Example
Text Example
White with #6B2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2790; }
p { color: rgb(107,39,144); }
H1.HeaderClassName
{
color: #6B2790;
}
.AnyTagClassName
{
color: #6B2790;
}
</style>
background-color css
<style>
a { background-color: #6B2790; }
a { background-color: rgb(107,39,144); }
div.DivClassName
{
background-color: #6B2790;
}
.BgClassName
{
background-color: #6B2790;
}
</style>
border-color css
<style>
span { border-color: #6B2790; }
span { border-color: rgb(107,39,144); }
td.TdClassName
{
border-color: #6B2790;
}
.TagClassName
{
border-color: #6B2790;
}
</style>