Shades of Vivid Violet #6B188B
Tints of Vivid Violet #6B188B
RGB
CMYK
RGB Variations
Color information
#6B188B (or 0x6B188B) is known color: Vivid Violet. HEX triplet: 6B, 18 and 8B. RGB value is (107,24,139). Sum of RGB (Red+Green+Blue) = 107+24+139=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B188B is #94E774. Grayscale: #3D3D3D. Windows color (decimal): -9758581 or 9115755. OLE color: 9115755.
HSL color Cylindrical-coordinate representation of color #6B188B: hue angle of 283.3º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B188B is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 24 | 139 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.45 |
| HSL | 283.3º | 0.71% | 0.32% | - |
| HSV(B) | 283.3º | 0.83% | 0.55% | - |
| XYZ | 11.05 | 5.64 | 24.93 | - |
| YUV | 61.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 139 | 0.23 | 0.83 | 0 | 0.45 | 283.3 | 0.71 | 0.32 |
| Hex | 6B | 18 | 8B | 17 | 53 | 0 | 2D | 11B | 47 | 20 |
| Octal | 153 | 30 | 213 | 27 | 123 | 0 | 55 | 433 | 107 | 40 |
| Binary | 1101011 | 11000 | 10001011 | 10111 | 1010011 | 0 | 101101 | 100011011 | 1000111 | 100000 |
Color Harmonies of #6B188B
Complementary color
Monochromatic Colors of #6B188B
Black with #6B188B
Text Example
Text Example
White with #6B188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B188B; }
p { color: rgb(107,24,139); }
H1.HeaderClassName
{
color: #6B188B;
}
.AnyTagClassName
{
color: #6B188B;
}
</style>
background-color css
<style>
a { background-color: #6B188B; }
a { background-color: rgb(107,24,139); }
div.DivClassName
{
background-color: #6B188B;
}
.BgClassName
{
background-color: #6B188B;
}
</style>
border-color css
<style>
span { border-color: #6B188B; }
span { border-color: rgb(107,24,139); }
td.TdClassName
{
border-color: #6B188B;
}
.TagClassName
{
border-color: #6B188B;
}
</style>