Shades of Vivid Violet #6B238E
Tints of Vivid Violet #6B238E
RGB
CMYK
RGB Variations
Color information
#6B238E (or 0x6B238E) is known color: Vivid Violet. HEX triplet: 6B, 23 and 8E. RGB value is (107,35,142). Sum of RGB (Red+Green+Blue) = 107+35+142=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B238E is #94DC71. Grayscale: #444444. Windows color (decimal): -9755762 or 9315179. OLE color: 9315179.
HSL color Cylindrical-coordinate representation of color #6B238E: hue angle of 280.37º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B238E is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 35 | 142 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.44 |
| HSL | 280.37º | 0.6% | 0.35% | - |
| HSV(B) | 280.37º | 0.75% | 0.56% | - |
| XYZ | 11.55 | 6.28 | 26.19 | - |
| YUV | 68.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 142 | 0.25 | 0.75 | 0 | 0.44 | 280.37 | 0.6 | 0.35 |
| Hex | 6B | 23 | 8E | 19 | 4B | 0 | 2C | 118 | 3C | 23 |
| Octal | 153 | 43 | 216 | 31 | 113 | 0 | 54 | 430 | 74 | 43 |
| Binary | 1101011 | 100011 | 10001110 | 11001 | 1001011 | 0 | 101100 | 100011000 | 111100 | 100011 |
Color Harmonies of #6B238E
Complementary color
Monochromatic Colors of #6B238E
Black with #6B238E
Text Example
Text Example
White with #6B238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B238E; }
p { color: rgb(107,35,142); }
H1.HeaderClassName
{
color: #6B238E;
}
.AnyTagClassName
{
color: #6B238E;
}
</style>
background-color css
<style>
a { background-color: #6B238E; }
a { background-color: rgb(107,35,142); }
div.DivClassName
{
background-color: #6B238E;
}
.BgClassName
{
background-color: #6B238E;
}
</style>
border-color css
<style>
span { border-color: #6B238E; }
span { border-color: rgb(107,35,142); }
td.TdClassName
{
border-color: #6B238E;
}
.TagClassName
{
border-color: #6B238E;
}
</style>