Shades of Vivid Violet #6C308B
Tints of Vivid Violet #6C308B
RGB
CMYK
RGB Variations
Color information
#6C308B (or 0x6C308B) is known color: Vivid Violet. HEX triplet: 6C, 30 and 8B. RGB value is (108,48,139). Sum of RGB (Red+Green+Blue) = 108+48+139=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C308B is #93CF74. Grayscale: #4C4C4C. Windows color (decimal): -9686901 or 9121900. OLE color: 9121900.
HSL color Cylindrical-coordinate representation of color #6C308B: hue angle of 279.56º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C308B is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 48 | 139 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.45 |
| HSL | 279.56º | 0.49% | 0.37% | - |
| HSV(B) | 279.56º | 0.65% | 0.55% | - |
| XYZ | 11.9 | 7.17 | 25.18 | - |
| YUV | 76.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 139 | 0.22 | 0.65 | 0 | 0.45 | 279.56 | 0.49 | 0.37 |
| Hex | 6C | 30 | 8B | 16 | 41 | 0 | 2D | 118 | 31 | 25 |
| Octal | 154 | 60 | 213 | 26 | 101 | 0 | 55 | 430 | 61 | 45 |
| Binary | 1101100 | 110000 | 10001011 | 10110 | 1000001 | 0 | 101101 | 100011000 | 110001 | 100101 |
Color Harmonies of #6C308B
Complementary color
Monochromatic Colors of #6C308B
Black with #6C308B
Text Example
Text Example
White with #6C308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C308B; }
p { color: rgb(108,48,139); }
H1.HeaderClassName
{
color: #6C308B;
}
.AnyTagClassName
{
color: #6C308B;
}
</style>
background-color css
<style>
a { background-color: #6C308B; }
a { background-color: rgb(108,48,139); }
div.DivClassName
{
background-color: #6C308B;
}
.BgClassName
{
background-color: #6C308B;
}
</style>
border-color css
<style>
span { border-color: #6C308B; }
span { border-color: rgb(108,48,139); }
td.TdClassName
{
border-color: #6C308B;
}
.TagClassName
{
border-color: #6C308B;
}
</style>