Shades of Vivid Violet #6B2490
Tints of Vivid Violet #6B2490
RGB
CMYK
RGB Variations
Color information
#6B2490 (or 0x6B2490) is known color: Vivid Violet. HEX triplet: 6B, 24 and 90. RGB value is (107,36,144). Sum of RGB (Red+Green+Blue) = 107+36+144=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B2490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2490 is #94DB6F. Grayscale: #454545. Windows color (decimal): -9755504 or 9446507. OLE color: 9446507.
HSL color Cylindrical-coordinate representation of color #6B2490: hue angle of 279.44º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B2490 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 36 | 144 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.44 |
| HSL | 279.44º | 0.6% | 0.35% | - |
| HSV(B) | 279.44º | 0.75% | 0.56% | - |
| XYZ | 11.73 | 6.4 | 27 | - |
| YUV | 69.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 144 | 0.26 | 0.75 | 0 | 0.44 | 279.44 | 0.6 | 0.35 |
| Hex | 6B | 24 | 90 | 1A | 4B | 0 | 2C | 117 | 3C | 23 |
| Octal | 153 | 44 | 220 | 32 | 113 | 0 | 54 | 427 | 74 | 43 |
| Binary | 1101011 | 100100 | 10010000 | 11010 | 1001011 | 0 | 101100 | 100010111 | 111100 | 100011 |
Color Harmonies of #6B2490
Complementary color
Monochromatic Colors of #6B2490
Black with #6B2490
Text Example
Text Example
White with #6B2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2490; }
p { color: rgb(107,36,144); }
H1.HeaderClassName
{
color: #6B2490;
}
.AnyTagClassName
{
color: #6B2490;
}
</style>
background-color css
<style>
a { background-color: #6B2490; }
a { background-color: rgb(107,36,144); }
div.DivClassName
{
background-color: #6B2490;
}
.BgClassName
{
background-color: #6B2490;
}
</style>
border-color css
<style>
span { border-color: #6B2490; }
span { border-color: rgb(107,36,144); }
td.TdClassName
{
border-color: #6B2490;
}
.TagClassName
{
border-color: #6B2490;
}
</style>