Shades of Vivid Violet #6C1A90
Tints of Vivid Violet #6C1A90
RGB
CMYK
RGB Variations
Color information
#6C1A90 (or 0x6C1A90) is known color: Vivid Violet. HEX triplet: 6C, 1A and 90. RGB value is (108,26,144). Sum of RGB (Red+Green+Blue) = 108+26+144=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C1A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1A90 is #93E56F. Grayscale: #3F3F3F. Windows color (decimal): -9692528 or 9443948. OLE color: 9443948.
HSL color Cylindrical-coordinate representation of color #6C1A90: hue angle of 281.69º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1A90 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 26 | 144 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.44 |
| HSL | 281.69º | 0.69% | 0.33% | - |
| HSV(B) | 281.69º | 0.82% | 0.56% | - |
| XYZ | 11.59 | 5.94 | 26.92 | - |
| YUV | 63.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 144 | 0.25 | 0.82 | 0 | 0.44 | 281.69 | 0.69 | 0.33 |
| Hex | 6C | 1A | 90 | 19 | 52 | 0 | 2C | 11A | 45 | 21 |
| Octal | 154 | 32 | 220 | 31 | 122 | 0 | 54 | 432 | 105 | 41 |
| Binary | 1101100 | 11010 | 10010000 | 11001 | 1010010 | 0 | 101100 | 100011010 | 1000101 | 100001 |
Color Harmonies of #6C1A90
Complementary color
Monochromatic Colors of #6C1A90
Black with #6C1A90
Text Example
Text Example
White with #6C1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A90; }
p { color: rgb(108,26,144); }
H1.HeaderClassName
{
color: #6C1A90;
}
.AnyTagClassName
{
color: #6C1A90;
}
</style>
background-color css
<style>
a { background-color: #6C1A90; }
a { background-color: rgb(108,26,144); }
div.DivClassName
{
background-color: #6C1A90;
}
.BgClassName
{
background-color: #6C1A90;
}
</style>
border-color css
<style>
span { border-color: #6C1A90; }
span { border-color: rgb(108,26,144); }
td.TdClassName
{
border-color: #6C1A90;
}
.TagClassName
{
border-color: #6C1A90;
}
</style>