Shades of Vivid Violet #6E2592
Tints of Vivid Violet #6E2592
RGB
CMYK
RGB Variations
Color information
#6E2592 (or 0x6E2592) is known color: Vivid Violet. HEX triplet: 6E, 25 and 92. RGB value is (110,37,146). Sum of RGB (Red+Green+Blue) = 110+37+146=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2592 is #91DA6D. Grayscale: #464646. Windows color (decimal): -9558638 or 9577838. OLE color: 9577838.
HSL color Cylindrical-coordinate representation of color #6E2592: hue angle of 280.18º 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 #6E2592 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 37 | 146 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.43 |
| HSL | 280.18º | 0.6% | 0.36% | - |
| HSV(B) | 280.18º | 0.75% | 0.57% | - |
| XYZ | 12.28 | 6.71 | 27.84 | - |
| YUV | 71.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 146 | 0.25 | 0.75 | 0 | 0.43 | 280.18 | 0.6 | 0.36 |
| Hex | 6E | 25 | 92 | 19 | 4B | 0 | 2B | 118 | 3C | 24 |
| Octal | 156 | 45 | 222 | 31 | 113 | 0 | 53 | 430 | 74 | 44 |
| Binary | 1101110 | 100101 | 10010010 | 11001 | 1001011 | 0 | 101011 | 100011000 | 111100 | 100100 |
Color Harmonies of #6E2592
Complementary color
Monochromatic Colors of #6E2592
Black with #6E2592
Text Example
Text Example
White with #6E2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2592; }
p { color: rgb(110,37,146); }
H1.HeaderClassName
{
color: #6E2592;
}
.AnyTagClassName
{
color: #6E2592;
}
</style>
background-color css
<style>
a { background-color: #6E2592; }
a { background-color: rgb(110,37,146); }
div.DivClassName
{
background-color: #6E2592;
}
.BgClassName
{
background-color: #6E2592;
}
</style>
border-color css
<style>
span { border-color: #6E2592; }
span { border-color: rgb(110,37,146); }
td.TdClassName
{
border-color: #6E2592;
}
.TagClassName
{
border-color: #6E2592;
}
</style>