Shades of Vivid Violet #6F368F
Tints of Vivid Violet #6F368F
RGB
CMYK
RGB Variations
Color information
#6F368F (or 0x6F368F) is known color: Vivid Violet. HEX triplet: 6F, 36 and 8F. RGB value is (111,54,143). Sum of RGB (Red+Green+Blue) = 111+54+143=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F368F is #90C970. Grayscale: #505050. Windows color (decimal): -9488753 or 9385583. OLE color: 9385583.
HSL color Cylindrical-coordinate representation of color #6F368F: hue angle of 278.43º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F368F is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 54 | 143 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.44 |
| HSL | 278.43º | 0.45% | 0.39% | - |
| HSV(B) | 278.43º | 0.62% | 0.56% | - |
| XYZ | 12.83 | 8 | 26.85 | - |
| YUV | 81.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 143 | 0.22 | 0.62 | 0 | 0.44 | 278.43 | 0.45 | 0.39 |
| Hex | 6F | 36 | 8F | 16 | 3E | 0 | 2C | 116 | 2D | 27 |
| Octal | 157 | 66 | 217 | 26 | 76 | 0 | 54 | 426 | 55 | 47 |
| Binary | 1101111 | 110110 | 10001111 | 10110 | 111110 | 0 | 101100 | 100010110 | 101101 | 100111 |
Color Harmonies of #6F368F
Complementary color
Monochromatic Colors of #6F368F
Black with #6F368F
Text Example
Text Example
White with #6F368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F368F; }
p { color: rgb(111,54,143); }
H1.HeaderClassName
{
color: #6F368F;
}
.AnyTagClassName
{
color: #6F368F;
}
</style>
background-color css
<style>
a { background-color: #6F368F; }
a { background-color: rgb(111,54,143); }
div.DivClassName
{
background-color: #6F368F;
}
.BgClassName
{
background-color: #6F368F;
}
</style>
border-color css
<style>
span { border-color: #6F368F; }
span { border-color: rgb(111,54,143); }
td.TdClassName
{
border-color: #6F368F;
}
.TagClassName
{
border-color: #6F368F;
}
</style>