Shades of Vivid Violet #6C2394
Tints of Vivid Violet #6C2394
RGB
CMYK
RGB Variations
Color information
#6C2394 (or 0x6C2394) is known color: Vivid Violet. HEX triplet: 6C, 23 and 94. RGB value is (108,35,148). Sum of RGB (Red+Green+Blue) = 108+35+148=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C2394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2394 is #93DC6B. Grayscale: #454545. Windows color (decimal): -9690220 or 9708396. OLE color: 9708396.
HSL color Cylindrical-coordinate representation of color #6C2394: hue angle of 278.76º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2394 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 35 | 148 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.42 |
| HSL | 278.76º | 0.62% | 0.36% | - |
| HSV(B) | 278.76º | 0.76% | 0.58% | - |
| XYZ | 12.13 | 6.53 | 28.64 | - |
| YUV | 69.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 148 | 0.27 | 0.76 | 0 | 0.42 | 278.76 | 0.62 | 0.36 |
| Hex | 6C | 23 | 94 | 1B | 4C | 0 | 2A | 117 | 3E | 24 |
| Octal | 154 | 43 | 224 | 33 | 114 | 0 | 52 | 427 | 76 | 44 |
| Binary | 1101100 | 100011 | 10010100 | 11011 | 1001100 | 0 | 101010 | 100010111 | 111110 | 100100 |
Color Harmonies of #6C2394
Complementary color
Monochromatic Colors of #6C2394
Black with #6C2394
Text Example
Text Example
White with #6C2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2394; }
p { color: rgb(108,35,148); }
H1.HeaderClassName
{
color: #6C2394;
}
.AnyTagClassName
{
color: #6C2394;
}
</style>
background-color css
<style>
a { background-color: #6C2394; }
a { background-color: rgb(108,35,148); }
div.DivClassName
{
background-color: #6C2394;
}
.BgClassName
{
background-color: #6C2394;
}
</style>
border-color css
<style>
span { border-color: #6C2394; }
span { border-color: rgb(108,35,148); }
td.TdClassName
{
border-color: #6C2394;
}
.TagClassName
{
border-color: #6C2394;
}
</style>