Shades of Vivid Violet #6F378D
Tints of Vivid Violet #6F378D
RGB
CMYK
RGB Variations
Color information
#6F378D (or 0x6F378D) is known color: Vivid Violet. HEX triplet: 6F, 37 and 8D. RGB value is (111,55,141). Sum of RGB (Red+Green+Blue) = 111+55+141=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F378D is #90C872. Grayscale: #515151. Windows color (decimal): -9488499 or 9254767. OLE color: 9254767.
HSL color Cylindrical-coordinate representation of color #6F378D: hue angle of 279.07º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F378D is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 55 | 141 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.45 |
| HSL | 279.07º | 0.44% | 0.38% | - |
| HSV(B) | 279.07º | 0.61% | 0.55% | - |
| XYZ | 12.73 | 8.03 | 26.08 | - |
| YUV | 81.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 141 | 0.21 | 0.61 | 0 | 0.45 | 279.07 | 0.44 | 0.38 |
| Hex | 6F | 37 | 8D | 15 | 3D | 0 | 2D | 117 | 2C | 26 |
| Octal | 157 | 67 | 215 | 25 | 75 | 0 | 55 | 427 | 54 | 46 |
| Binary | 1101111 | 110111 | 10001101 | 10101 | 111101 | 0 | 101101 | 100010111 | 101100 | 100110 |
Color Harmonies of #6F378D
Complementary color
Monochromatic Colors of #6F378D
Black with #6F378D
Text Example
Text Example
White with #6F378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F378D; }
p { color: rgb(111,55,141); }
H1.HeaderClassName
{
color: #6F378D;
}
.AnyTagClassName
{
color: #6F378D;
}
</style>
background-color css
<style>
a { background-color: #6F378D; }
a { background-color: rgb(111,55,141); }
div.DivClassName
{
background-color: #6F378D;
}
.BgClassName
{
background-color: #6F378D;
}
</style>
border-color css
<style>
span { border-color: #6F378D; }
span { border-color: rgb(111,55,141); }
td.TdClassName
{
border-color: #6F378D;
}
.TagClassName
{
border-color: #6F378D;
}
</style>