Shades of Vivid Violet #6C258D
Tints of Vivid Violet #6C258D
RGB
CMYK
RGB Variations
Color information
#6C258D (or 0x6C258D) is known color: Vivid Violet. HEX triplet: 6C, 25 and 8D. RGB value is (108,37,141). Sum of RGB (Red+Green+Blue) = 108+37+141=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C258D is #93DA72. Grayscale: #454545. Windows color (decimal): -9689715 or 9250156. OLE color: 9250156.
HSL color Cylindrical-coordinate representation of color #6C258D: hue angle of 280.96º degrees, saturation: 0.58, 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 #6C258D is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 37 | 141 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.45 |
| HSL | 280.96º | 0.58% | 0.35% | - |
| HSV(B) | 280.96º | 0.74% | 0.55% | - |
| XYZ | 11.65 | 6.43 | 25.83 | - |
| YUV | 70.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 141 | 0.23 | 0.74 | 0 | 0.45 | 280.96 | 0.58 | 0.35 |
| Hex | 6C | 25 | 8D | 17 | 4A | 0 | 2D | 119 | 3A | 23 |
| Octal | 154 | 45 | 215 | 27 | 112 | 0 | 55 | 431 | 72 | 43 |
| Binary | 1101100 | 100101 | 10001101 | 10111 | 1001010 | 0 | 101101 | 100011001 | 111010 | 100011 |
Color Harmonies of #6C258D
Complementary color
Monochromatic Colors of #6C258D
Black with #6C258D
Text Example
Text Example
White with #6C258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C258D; }
p { color: rgb(108,37,141); }
H1.HeaderClassName
{
color: #6C258D;
}
.AnyTagClassName
{
color: #6C258D;
}
</style>
background-color css
<style>
a { background-color: #6C258D; }
a { background-color: rgb(108,37,141); }
div.DivClassName
{
background-color: #6C258D;
}
.BgClassName
{
background-color: #6C258D;
}
</style>
border-color css
<style>
span { border-color: #6C258D; }
span { border-color: rgb(108,37,141); }
td.TdClassName
{
border-color: #6C258D;
}
.TagClassName
{
border-color: #6C258D;
}
</style>