Shades of Vivid Violet #6F278C
Tints of Vivid Violet #6F278C
RGB
CMYK
RGB Variations
Color information
#6F278C (or 0x6F278C) is known color: Vivid Violet. HEX triplet: 6F, 27 and 8C. RGB value is (111,39,140). Sum of RGB (Red+Green+Blue) = 111+39+140=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F278C is #90D873. Grayscale: #474747. Windows color (decimal): -9492596 or 9185135. OLE color: 9185135.
HSL color Cylindrical-coordinate representation of color #6F278C: hue angle of 282.77º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F278C is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 39 | 140 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.45 |
| HSL | 282.77º | 0.56% | 0.35% | - |
| HSV(B) | 282.77º | 0.72% | 0.55% | - |
| XYZ | 12.01 | 6.72 | 25.48 | - |
| YUV | 72.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 140 | 0.21 | 0.72 | 0 | 0.45 | 282.77 | 0.56 | 0.35 |
| Hex | 6F | 27 | 8C | 15 | 48 | 0 | 2D | 11B | 38 | 23 |
| Octal | 157 | 47 | 214 | 25 | 110 | 0 | 55 | 433 | 70 | 43 |
| Binary | 1101111 | 100111 | 10001100 | 10101 | 1001000 | 0 | 101101 | 100011011 | 111000 | 100011 |
Color Harmonies of #6F278C
Complementary color
Monochromatic Colors of #6F278C
Black with #6F278C
Text Example
Text Example
White with #6F278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F278C; }
p { color: rgb(111,39,140); }
H1.HeaderClassName
{
color: #6F278C;
}
.AnyTagClassName
{
color: #6F278C;
}
</style>
background-color css
<style>
a { background-color: #6F278C; }
a { background-color: rgb(111,39,140); }
div.DivClassName
{
background-color: #6F278C;
}
.BgClassName
{
background-color: #6F278C;
}
</style>
border-color css
<style>
span { border-color: #6F278C; }
span { border-color: rgb(111,39,140); }
td.TdClassName
{
border-color: #6F278C;
}
.TagClassName
{
border-color: #6F278C;
}
</style>