Shades of Vivid Violet #6E248A
Tints of Vivid Violet #6E248A
RGB
CMYK
RGB Variations
Color information
#6E248A (or 0x6E248A) is known color: Vivid Violet. HEX triplet: 6E, 24 and 8A. RGB value is (110,36,138). Sum of RGB (Red+Green+Blue) = 110+36+138=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E248A is #91DB75. Grayscale: #454545. Windows color (decimal): -9558902 or 9053294. OLE color: 9053294.
HSL color Cylindrical-coordinate representation of color #6E248A: hue angle of 283.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E248A is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 36 | 138 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.46 |
| HSL | 283.53º | 0.59% | 0.34% | - |
| HSV(B) | 283.53º | 0.74% | 0.54% | - |
| XYZ | 11.65 | 6.41 | 24.67 | - |
| YUV | 69.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 138 | 0.20 | 0.74 | 0 | 0.46 | 283.53 | 0.59 | 0.34 |
| Hex | 6E | 24 | 8A | 14 | 4A | 0 | 2E | 11C | 3B | 22 |
| Octal | 156 | 44 | 212 | 24 | 112 | 0 | 56 | 434 | 73 | 42 |
| Binary | 1101110 | 100100 | 10001010 | 10100 | 1001010 | 0 | 101110 | 100011100 | 111011 | 100010 |
Color Harmonies of #6E248A
Complementary color
Monochromatic Colors of #6E248A
Black with #6E248A
Text Example
Text Example
White with #6E248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E248A; }
p { color: rgb(110,36,138); }
H1.HeaderClassName
{
color: #6E248A;
}
.AnyTagClassName
{
color: #6E248A;
}
</style>
background-color css
<style>
a { background-color: #6E248A; }
a { background-color: rgb(110,36,138); }
div.DivClassName
{
background-color: #6E248A;
}
.BgClassName
{
background-color: #6E248A;
}
</style>
border-color css
<style>
span { border-color: #6E248A; }
span { border-color: rgb(110,36,138); }
td.TdClassName
{
border-color: #6E248A;
}
.TagClassName
{
border-color: #6E248A;
}
</style>