Shades of Vivid Violet #6B2592
Tints of Vivid Violet #6B2592
RGB
CMYK
RGB Variations
Color information
#6B2592 (or 0x6B2592) is known color: Vivid Violet. HEX triplet: 6B, 25 and 92. RGB value is (107,37,146). Sum of RGB (Red+Green+Blue) = 107+37+146=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2592 is #94DA6D. Grayscale: #454545. Windows color (decimal): -9755246 or 9577835. OLE color: 9577835.
HSL color Cylindrical-coordinate representation of color #6B2592: hue angle of 278.53º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B2592 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 37 | 146 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.43 |
| HSL | 278.53º | 0.6% | 0.36% | - |
| HSV(B) | 278.53º | 0.75% | 0.57% | - |
| XYZ | 11.91 | 6.52 | 27.83 | - |
| YUV | 70.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 146 | 0.27 | 0.75 | 0 | 0.43 | 278.53 | 0.6 | 0.36 |
| Hex | 6B | 25 | 92 | 1B | 4B | 0 | 2B | 117 | 3C | 24 |
| Octal | 153 | 45 | 222 | 33 | 113 | 0 | 53 | 427 | 74 | 44 |
| Binary | 1101011 | 100101 | 10010010 | 11011 | 1001011 | 0 | 101011 | 100010111 | 111100 | 100100 |
Color Harmonies of #6B2592
Complementary color
Monochromatic Colors of #6B2592
Black with #6B2592
Text Example
Text Example
White with #6B2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2592; }
p { color: rgb(107,37,146); }
H1.HeaderClassName
{
color: #6B2592;
}
.AnyTagClassName
{
color: #6B2592;
}
</style>
background-color css
<style>
a { background-color: #6B2592; }
a { background-color: rgb(107,37,146); }
div.DivClassName
{
background-color: #6B2592;
}
.BgClassName
{
background-color: #6B2592;
}
</style>
border-color css
<style>
span { border-color: #6B2592; }
span { border-color: rgb(107,37,146); }
td.TdClassName
{
border-color: #6B2592;
}
.TagClassName
{
border-color: #6B2592;
}
</style>