Shades of Vivid Violet #6F238D
Tints of Vivid Violet #6F238D
RGB
CMYK
RGB Variations
Color information
#6F238D (or 0x6F238D) is known color: Vivid Violet. HEX triplet: 6F, 23 and 8D. RGB value is (111,35,141). Sum of RGB (Red+Green+Blue) = 111+35+141=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F238D is #90DC72. Grayscale: #454545. Windows color (decimal): -9493619 or 9249647. OLE color: 9249647.
HSL color Cylindrical-coordinate representation of color #6F238D: hue angle of 283.02º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F238D is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 35 | 141 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.45 |
| HSL | 283.02º | 0.6% | 0.35% | - |
| HSV(B) | 283.02º | 0.75% | 0.55% | - |
| XYZ | 11.96 | 6.5 | 25.82 | - |
| YUV | 69.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 141 | 0.21 | 0.75 | 0 | 0.45 | 283.02 | 0.6 | 0.35 |
| Hex | 6F | 23 | 8D | 15 | 4B | 0 | 2D | 11B | 3C | 23 |
| Octal | 157 | 43 | 215 | 25 | 113 | 0 | 55 | 433 | 74 | 43 |
| Binary | 1101111 | 100011 | 10001101 | 10101 | 1001011 | 0 | 101101 | 100011011 | 111100 | 100011 |
Color Harmonies of #6F238D
Complementary color
Monochromatic Colors of #6F238D
Black with #6F238D
Text Example
Text Example
White with #6F238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F238D; }
p { color: rgb(111,35,141); }
H1.HeaderClassName
{
color: #6F238D;
}
.AnyTagClassName
{
color: #6F238D;
}
</style>
background-color css
<style>
a { background-color: #6F238D; }
a { background-color: rgb(111,35,141); }
div.DivClassName
{
background-color: #6F238D;
}
.BgClassName
{
background-color: #6F238D;
}
</style>
border-color css
<style>
span { border-color: #6F238D; }
span { border-color: rgb(111,35,141); }
td.TdClassName
{
border-color: #6F238D;
}
.TagClassName
{
border-color: #6F238D;
}
</style>