Shades of Vivid Violet #6F2798
Tints of Vivid Violet #6F2798
RGB
CMYK
RGB Variations
Color information
#6F2798 (or 0x6F2798) is known color: Vivid Violet. HEX triplet: 6F, 27 and 98. RGB value is (111,39,152). Sum of RGB (Red+Green+Blue) = 111+39+152=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F2798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2798 is #90D867. Grayscale: #494949. Windows color (decimal): -9492584 or 9971567. OLE color: 9971567.
HSL color Cylindrical-coordinate representation of color #6F2798: hue angle of 278.23º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F2798 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 39 | 152 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.40 |
| HSL | 278.23º | 0.59% | 0.37% | - |
| HSV(B) | 278.23º | 0.74% | 0.6% | - |
| XYZ | 12.95 | 7.1 | 30.39 | - |
| YUV | 73.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 152 | 0.27 | 0.74 | 0 | 0.40 | 278.23 | 0.59 | 0.37 |
| Hex | 6F | 27 | 98 | 1B | 4A | 0 | 28 | 116 | 3B | 25 |
| Octal | 157 | 47 | 230 | 33 | 112 | 0 | 50 | 426 | 73 | 45 |
| Binary | 1101111 | 100111 | 10011000 | 11011 | 1001010 | 0 | 101000 | 100010110 | 111011 | 100101 |
Color Harmonies of #6F2798
Complementary color
Monochromatic Colors of #6F2798
Black with #6F2798
Text Example
Text Example
White with #6F2798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2798; }
p { color: rgb(111,39,152); }
H1.HeaderClassName
{
color: #6F2798;
}
.AnyTagClassName
{
color: #6F2798;
}
</style>
background-color css
<style>
a { background-color: #6F2798; }
a { background-color: rgb(111,39,152); }
div.DivClassName
{
background-color: #6F2798;
}
.BgClassName
{
background-color: #6F2798;
}
</style>
border-color css
<style>
span { border-color: #6F2798; }
span { border-color: rgb(111,39,152); }
td.TdClassName
{
border-color: #6F2798;
}
.TagClassName
{
border-color: #6F2798;
}
</style>