Shades of Vivid Violet #6B308C
Tints of Vivid Violet #6B308C
RGB
CMYK
RGB Variations
Color information
#6B308C (or 0x6B308C) is known color: Vivid Violet. HEX triplet: 6B, 30 and 8C. RGB value is (107,48,140). Sum of RGB (Red+Green+Blue) = 107+48+140=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B308C is #94CF73. Grayscale: #4B4B4B. Windows color (decimal): -9752436 or 9187435. OLE color: 9187435.
HSL color Cylindrical-coordinate representation of color #6B308C: hue angle of 278.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B308C is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 48 | 140 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.45 |
| HSL | 278.48º | 0.49% | 0.37% | - |
| HSV(B) | 278.48º | 0.66% | 0.55% | - |
| XYZ | 11.85 | 7.13 | 25.56 | - |
| YUV | 76.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 140 | 0.24 | 0.66 | 0 | 0.45 | 278.48 | 0.49 | 0.37 |
| Hex | 6B | 30 | 8C | 18 | 42 | 0 | 2D | 116 | 31 | 25 |
| Octal | 153 | 60 | 214 | 30 | 102 | 0 | 55 | 426 | 61 | 45 |
| Binary | 1101011 | 110000 | 10001100 | 11000 | 1000010 | 0 | 101101 | 100010110 | 110001 | 100101 |
Color Harmonies of #6B308C
Complementary color
Monochromatic Colors of #6B308C
Black with #6B308C
Text Example
Text Example
White with #6B308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B308C; }
p { color: rgb(107,48,140); }
H1.HeaderClassName
{
color: #6B308C;
}
.AnyTagClassName
{
color: #6B308C;
}
</style>
background-color css
<style>
a { background-color: #6B308C; }
a { background-color: rgb(107,48,140); }
div.DivClassName
{
background-color: #6B308C;
}
.BgClassName
{
background-color: #6B308C;
}
</style>
border-color css
<style>
span { border-color: #6B308C; }
span { border-color: rgb(107,48,140); }
td.TdClassName
{
border-color: #6B308C;
}
.TagClassName
{
border-color: #6B308C;
}
</style>