Shades of Vivid Violet #6F278B
Tints of Vivid Violet #6F278B
RGB
CMYK
RGB Variations
Color information
#6F278B (or 0x6F278B) is known color: Vivid Violet. HEX triplet: 6F, 27 and 8B. RGB value is (111,39,139). Sum of RGB (Red+Green+Blue) = 111+39+139=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F278B is #90D874. Grayscale: #474747. Windows color (decimal): -9492597 or 9119599. OLE color: 9119599.
HSL color Cylindrical-coordinate representation of color #6F278B: hue angle of 283.2º 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 #6F278B is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 39 | 139 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.45 |
| HSL | 283.2º | 0.56% | 0.35% | - |
| HSV(B) | 283.2º | 0.72% | 0.55% | - |
| XYZ | 11.94 | 6.69 | 25.09 | - |
| YUV | 71.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 139 | 0.20 | 0.72 | 0 | 0.45 | 283.2 | 0.56 | 0.35 |
| Hex | 6F | 27 | 8B | 14 | 48 | 0 | 2D | 11B | 38 | 23 |
| Octal | 157 | 47 | 213 | 24 | 110 | 0 | 55 | 433 | 70 | 43 |
| Binary | 1101111 | 100111 | 10001011 | 10100 | 1001000 | 0 | 101101 | 100011011 | 111000 | 100011 |
Color Harmonies of #6F278B
Complementary color
Monochromatic Colors of #6F278B
Black with #6F278B
Text Example
Text Example
White with #6F278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F278B; }
p { color: rgb(111,39,139); }
H1.HeaderClassName
{
color: #6F278B;
}
.AnyTagClassName
{
color: #6F278B;
}
</style>
background-color css
<style>
a { background-color: #6F278B; }
a { background-color: rgb(111,39,139); }
div.DivClassName
{
background-color: #6F278B;
}
.BgClassName
{
background-color: #6F278B;
}
</style>
border-color css
<style>
span { border-color: #6F278B; }
span { border-color: rgb(111,39,139); }
td.TdClassName
{
border-color: #6F278B;
}
.TagClassName
{
border-color: #6F278B;
}
</style>