Shades of Vivid Violet #6B1F97
Tints of Vivid Violet #6B1F97
RGB
CMYK
RGB Variations
Color information
#6B1F97 (or 0x6B1F97) is known color: Vivid Violet. HEX triplet: 6B, 1F and 97. RGB value is (107,31,151). Sum of RGB (Red+Green+Blue) = 107+31+151=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B1F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1F97 is #94E068. Grayscale: #434343. Windows color (decimal): -9756777 or 9903979. OLE color: 9903979.
HSL color Cylindrical-coordinate representation of color #6B1F97: hue angle of 278º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1F97 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 31 | 151 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.41 |
| HSL | 278º | 0.66% | 0.36% | - |
| HSV(B) | 278º | 0.79% | 0.59% | - |
| XYZ | 12.14 | 6.34 | 29.86 | - |
| YUV | 67.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 31 | 151 | 0.29 | 0.79 | 0 | 0.41 | 278 | 0.66 | 0.36 |
| Hex | 6B | 1F | 97 | 1D | 4F | 0 | 29 | 116 | 42 | 24 |
| Octal | 153 | 37 | 227 | 35 | 117 | 0 | 51 | 426 | 102 | 44 |
| Binary | 1101011 | 11111 | 10010111 | 11101 | 1001111 | 0 | 101001 | 100010110 | 1000010 | 100100 |
Color Harmonies of #6B1F97
Complementary color
Monochromatic Colors of #6B1F97
Black with #6B1F97
Text Example
Text Example
White with #6B1F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1F97; }
p { color: rgb(107,31,151); }
H1.HeaderClassName
{
color: #6B1F97;
}
.AnyTagClassName
{
color: #6B1F97;
}
</style>
background-color css
<style>
a { background-color: #6B1F97; }
a { background-color: rgb(107,31,151); }
div.DivClassName
{
background-color: #6B1F97;
}
.BgClassName
{
background-color: #6B1F97;
}
</style>
border-color css
<style>
span { border-color: #6B1F97; }
span { border-color: rgb(107,31,151); }
td.TdClassName
{
border-color: #6B1F97;
}
.TagClassName
{
border-color: #6B1F97;
}
</style>