Shades of Vivid Violet #6C2387
Tints of Vivid Violet #6C2387
RGB
CMYK
RGB Variations
Color information
#6C2387 (or 0x6C2387) is known color: Vivid Violet. HEX triplet: 6C, 23 and 87. RGB value is (108,35,135). Sum of RGB (Red+Green+Blue) = 108+35+135=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C2387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2387 is #93DC78. Grayscale: #434343. Windows color (decimal): -9690233 or 8856428. OLE color: 8856428.
HSL color Cylindrical-coordinate representation of color #6C2387: hue angle of 283.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2387 is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 35 | 135 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.47 |
| HSL | 283.8º | 0.59% | 0.33% | - |
| HSV(B) | 283.8º | 0.74% | 0.53% | - |
| XYZ | 11.16 | 6.14 | 23.52 | - |
| YUV | 68.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 135 | 0.2 | 0.74 | 0 | 0.47 | 283.8 | 0.59 | 0.33 |
| Hex | 6C | 23 | 87 | 14 | 4A | 0 | 2F | 11C | 3B | 21 |
| Octal | 154 | 43 | 207 | 24 | 112 | 0 | 57 | 434 | 73 | 41 |
| Binary | 1101100 | 100011 | 10000111 | 10100 | 1001010 | 0 | 101111 | 100011100 | 111011 | 100001 |
Color Harmonies of #6C2387
Complementary color
Monochromatic Colors of #6C2387
Black with #6C2387
Text Example
Text Example
White with #6C2387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2387; }
p { color: rgb(108,35,135); }
H1.HeaderClassName
{
color: #6C2387;
}
.AnyTagClassName
{
color: #6C2387;
}
</style>
background-color css
<style>
a { background-color: #6C2387; }
a { background-color: rgb(108,35,135); }
div.DivClassName
{
background-color: #6C2387;
}
.BgClassName
{
background-color: #6C2387;
}
</style>
border-color css
<style>
span { border-color: #6C2387; }
span { border-color: rgb(108,35,135); }
td.TdClassName
{
border-color: #6C2387;
}
.TagClassName
{
border-color: #6C2387;
}
</style>