Shades of Vivid Violet #6D2785
Tints of Vivid Violet #6D2785
RGB
CMYK
RGB Variations
Color information
#6D2785 (or 0x6D2785) is known color: Vivid Violet. HEX triplet: 6D, 27 and 85. RGB value is (109,39,133). Sum of RGB (Red+Green+Blue) = 109+39+133=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D2785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2785 is #92D87A. Grayscale: #464646. Windows color (decimal): -9623675 or 8726381. OLE color: 8726381.
HSL color Cylindrical-coordinate representation of color #6D2785: hue angle of 284.68º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2785 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 39 | 133 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.48 |
| HSL | 284.68º | 0.55% | 0.34% | - |
| HSV(B) | 284.68º | 0.71% | 0.52% | - |
| XYZ | 11.27 | 6.4 | 22.83 | - |
| YUV | 70.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 133 | 0.18 | 0.71 | 0 | 0.48 | 284.68 | 0.55 | 0.34 |
| Hex | 6D | 27 | 85 | 12 | 47 | 0 | 30 | 11D | 37 | 22 |
| Octal | 155 | 47 | 205 | 22 | 107 | 0 | 60 | 435 | 67 | 42 |
| Binary | 1101101 | 100111 | 10000101 | 10010 | 1000111 | 0 | 110000 | 100011101 | 110111 | 100010 |
Color Harmonies of #6D2785
Complementary color
Monochromatic Colors of #6D2785
Black with #6D2785
Text Example
Text Example
White with #6D2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2785; }
p { color: rgb(109,39,133); }
H1.HeaderClassName
{
color: #6D2785;
}
.AnyTagClassName
{
color: #6D2785;
}
</style>
background-color css
<style>
a { background-color: #6D2785; }
a { background-color: rgb(109,39,133); }
div.DivClassName
{
background-color: #6D2785;
}
.BgClassName
{
background-color: #6D2785;
}
</style>
border-color css
<style>
span { border-color: #6D2785; }
span { border-color: rgb(109,39,133); }
td.TdClassName
{
border-color: #6D2785;
}
.TagClassName
{
border-color: #6D2785;
}
</style>