Shades of Vivid Violet #6E248B
Tints of Vivid Violet #6E248B
RGB
CMYK
RGB Variations
Color information
#6E248B (or 0x6E248B) is known color: Vivid Violet. HEX triplet: 6E, 24 and 8B. RGB value is (110,36,139). Sum of RGB (Red+Green+Blue) = 110+36+139=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E248B is #91DB74. Grayscale: #454545. Windows color (decimal): -9558901 or 9118830. OLE color: 9118830.
HSL color Cylindrical-coordinate representation of color #6E248B: hue angle of 283.11º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E248B is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 36 | 139 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.45 |
| HSL | 283.11º | 0.59% | 0.34% | - |
| HSV(B) | 283.11º | 0.74% | 0.55% | - |
| XYZ | 11.72 | 6.44 | 25.05 | - |
| YUV | 69.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 139 | 0.21 | 0.74 | 0 | 0.45 | 283.11 | 0.59 | 0.34 |
| Hex | 6E | 24 | 8B | 15 | 4A | 0 | 2D | 11B | 3B | 22 |
| Octal | 156 | 44 | 213 | 25 | 112 | 0 | 55 | 433 | 73 | 42 |
| Binary | 1101110 | 100100 | 10001011 | 10101 | 1001010 | 0 | 101101 | 100011011 | 111011 | 100010 |
Color Harmonies of #6E248B
Complementary color
Monochromatic Colors of #6E248B
Black with #6E248B
Text Example
Text Example
White with #6E248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E248B; }
p { color: rgb(110,36,139); }
H1.HeaderClassName
{
color: #6E248B;
}
.AnyTagClassName
{
color: #6E248B;
}
</style>
background-color css
<style>
a { background-color: #6E248B; }
a { background-color: rgb(110,36,139); }
div.DivClassName
{
background-color: #6E248B;
}
.BgClassName
{
background-color: #6E248B;
}
</style>
border-color css
<style>
span { border-color: #6E248B; }
span { border-color: rgb(110,36,139); }
td.TdClassName
{
border-color: #6E248B;
}
.TagClassName
{
border-color: #6E248B;
}
</style>