Shades of Vivid Violet #6B1E92
Tints of Vivid Violet #6B1E92
RGB
CMYK
RGB Variations
Color information
#6B1E92 (or 0x6B1E92) is known color: Vivid Violet. HEX triplet: 6B, 1E and 92. RGB value is (107,30,146). Sum of RGB (Red+Green+Blue) = 107+30+146=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B1E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1E92 is #94E16D. Grayscale: #414141. Windows color (decimal): -9757038 or 9576043. OLE color: 9576043.
HSL color Cylindrical-coordinate representation of color #6B1E92: hue angle of 279.83º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1E92 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 30 | 146 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.43 |
| HSL | 279.83º | 0.66% | 0.35% | - |
| HSV(B) | 279.83º | 0.79% | 0.57% | - |
| XYZ | 11.72 | 6.13 | 27.76 | - |
| YUV | 66.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 146 | 0.27 | 0.79 | 0 | 0.43 | 279.83 | 0.66 | 0.35 |
| Hex | 6B | 1E | 92 | 1B | 4F | 0 | 2B | 118 | 42 | 23 |
| Octal | 153 | 36 | 222 | 33 | 117 | 0 | 53 | 430 | 102 | 43 |
| Binary | 1101011 | 11110 | 10010010 | 11011 | 1001111 | 0 | 101011 | 100011000 | 1000010 | 100011 |
Color Harmonies of #6B1E92
Complementary color
Monochromatic Colors of #6B1E92
Black with #6B1E92
Text Example
Text Example
White with #6B1E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1E92; }
p { color: rgb(107,30,146); }
H1.HeaderClassName
{
color: #6B1E92;
}
.AnyTagClassName
{
color: #6B1E92;
}
</style>
background-color css
<style>
a { background-color: #6B1E92; }
a { background-color: rgb(107,30,146); }
div.DivClassName
{
background-color: #6B1E92;
}
.BgClassName
{
background-color: #6B1E92;
}
</style>
border-color css
<style>
span { border-color: #6B1E92; }
span { border-color: rgb(107,30,146); }
td.TdClassName
{
border-color: #6B1E92;
}
.TagClassName
{
border-color: #6B1E92;
}
</style>