Shades of Vivid Violet #6C2A90
Tints of Vivid Violet #6C2A90
RGB
CMYK
RGB Variations
Color information
#6C2A90 (or 0x6C2A90) is known color: Vivid Violet. HEX triplet: 6C, 2A and 90. RGB value is (108,42,144). Sum of RGB (Red+Green+Blue) = 108+42+144=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C2A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2A90 is #93D56F. Grayscale: #494949. Windows color (decimal): -9688432 or 9448044. OLE color: 9448044.
HSL color Cylindrical-coordinate representation of color #6C2A90: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C2A90 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 42 | 144 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.44 |
| HSL | 278.82º | 0.55% | 0.36% | - |
| HSV(B) | 278.82º | 0.71% | 0.56% | - |
| XYZ | 12.05 | 6.86 | 27.07 | - |
| YUV | 73.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 144 | 0.25 | 0.71 | 0 | 0.44 | 278.82 | 0.55 | 0.36 |
| Hex | 6C | 2A | 90 | 19 | 47 | 0 | 2C | 117 | 37 | 24 |
| Octal | 154 | 52 | 220 | 31 | 107 | 0 | 54 | 427 | 67 | 44 |
| Binary | 1101100 | 101010 | 10010000 | 11001 | 1000111 | 0 | 101100 | 100010111 | 110111 | 100100 |
Color Harmonies of #6C2A90
Complementary color
Monochromatic Colors of #6C2A90
Black with #6C2A90
Text Example
Text Example
White with #6C2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A90; }
p { color: rgb(108,42,144); }
H1.HeaderClassName
{
color: #6C2A90;
}
.AnyTagClassName
{
color: #6C2A90;
}
</style>
background-color css
<style>
a { background-color: #6C2A90; }
a { background-color: rgb(108,42,144); }
div.DivClassName
{
background-color: #6C2A90;
}
.BgClassName
{
background-color: #6C2A90;
}
</style>
border-color css
<style>
span { border-color: #6C2A90; }
span { border-color: rgb(108,42,144); }
td.TdClassName
{
border-color: #6C2A90;
}
.TagClassName
{
border-color: #6C2A90;
}
</style>