Shades of Vivid Violet #6D288A
Tints of Vivid Violet #6D288A
RGB
CMYK
RGB Variations
Color information
#6D288A (or 0x6D288A) is known color: Vivid Violet. HEX triplet: 6D, 28 and 8A. RGB value is (109,40,138). Sum of RGB (Red+Green+Blue) = 109+40+138=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D288A is #92D775. Grayscale: #474747. Windows color (decimal): -9623414 or 9054317. OLE color: 9054317.
HSL color Cylindrical-coordinate representation of color #6D288A: hue angle of 282.24º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D288A is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 40 | 138 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.46 |
| HSL | 282.24º | 0.55% | 0.35% | - |
| HSV(B) | 282.24º | 0.71% | 0.54% | - |
| XYZ | 11.65 | 6.6 | 24.71 | - |
| YUV | 71.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 138 | 0.21 | 0.71 | 0 | 0.46 | 282.24 | 0.55 | 0.35 |
| Hex | 6D | 28 | 8A | 15 | 47 | 0 | 2E | 11A | 37 | 23 |
| Octal | 155 | 50 | 212 | 25 | 107 | 0 | 56 | 432 | 67 | 43 |
| Binary | 1101101 | 101000 | 10001010 | 10101 | 1000111 | 0 | 101110 | 100011010 | 110111 | 100011 |
Color Harmonies of #6D288A
Complementary color
Monochromatic Colors of #6D288A
Black with #6D288A
Text Example
Text Example
White with #6D288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D288A; }
p { color: rgb(109,40,138); }
H1.HeaderClassName
{
color: #6D288A;
}
.AnyTagClassName
{
color: #6D288A;
}
</style>
background-color css
<style>
a { background-color: #6D288A; }
a { background-color: rgb(109,40,138); }
div.DivClassName
{
background-color: #6D288A;
}
.BgClassName
{
background-color: #6D288A;
}
</style>
border-color css
<style>
span { border-color: #6D288A; }
span { border-color: rgb(109,40,138); }
td.TdClassName
{
border-color: #6D288A;
}
.TagClassName
{
border-color: #6D288A;
}
</style>