Shades of Vivid Violet #6D248C
Tints of Vivid Violet #6D248C
RGB
CMYK
RGB Variations
Color information
#6D248C (or 0x6D248C) is known color: Vivid Violet. HEX triplet: 6D, 24 and 8C. RGB value is (109,36,140). Sum of RGB (Red+Green+Blue) = 109+36+140=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D248C is #92DB73. Grayscale: #454545. Windows color (decimal): -9624436 or 9184365. OLE color: 9184365.
HSL color Cylindrical-coordinate representation of color #6D248C: hue angle of 282.12º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D248C is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 36 | 140 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.45 |
| HSL | 282.12º | 0.59% | 0.35% | - |
| HSV(B) | 282.12º | 0.74% | 0.55% | - |
| XYZ | 11.67 | 6.41 | 25.43 | - |
| YUV | 69.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 140 | 0.22 | 0.74 | 0 | 0.45 | 282.12 | 0.59 | 0.35 |
| Hex | 6D | 24 | 8C | 16 | 4A | 0 | 2D | 11A | 3B | 23 |
| Octal | 155 | 44 | 214 | 26 | 112 | 0 | 55 | 432 | 73 | 43 |
| Binary | 1101101 | 100100 | 10001100 | 10110 | 1001010 | 0 | 101101 | 100011010 | 111011 | 100011 |
Color Harmonies of #6D248C
Complementary color
Monochromatic Colors of #6D248C
Black with #6D248C
Text Example
Text Example
White with #6D248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D248C; }
p { color: rgb(109,36,140); }
H1.HeaderClassName
{
color: #6D248C;
}
.AnyTagClassName
{
color: #6D248C;
}
</style>
background-color css
<style>
a { background-color: #6D248C; }
a { background-color: rgb(109,36,140); }
div.DivClassName
{
background-color: #6D248C;
}
.BgClassName
{
background-color: #6D248C;
}
</style>
border-color css
<style>
span { border-color: #6D248C; }
span { border-color: rgb(109,36,140); }
td.TdClassName
{
border-color: #6D248C;
}
.TagClassName
{
border-color: #6D248C;
}
</style>