Shades of Vivid Violet #6B238B
Tints of Vivid Violet #6B238B
RGB
CMYK
RGB Variations
Color information
#6B238B (or 0x6B238B) is known color: Vivid Violet. HEX triplet: 6B, 23 and 8B. RGB value is (107,35,139). Sum of RGB (Red+Green+Blue) = 107+35+139=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B238B is #94DC74. Grayscale: #444444. Windows color (decimal): -9755765 or 9118571. OLE color: 9118571.
HSL color Cylindrical-coordinate representation of color #6B238B: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B238B is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 35 | 139 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.45 |
| HSL | 281.54º | 0.6% | 0.34% | - |
| HSV(B) | 281.54º | 0.75% | 0.55% | - |
| XYZ | 11.32 | 6.19 | 25.02 | - |
| YUV | 68.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 139 | 0.23 | 0.75 | 0 | 0.45 | 281.54 | 0.6 | 0.34 |
| Hex | 6B | 23 | 8B | 17 | 4B | 0 | 2D | 11A | 3C | 22 |
| Octal | 153 | 43 | 213 | 27 | 113 | 0 | 55 | 432 | 74 | 42 |
| Binary | 1101011 | 100011 | 10001011 | 10111 | 1001011 | 0 | 101101 | 100011010 | 111100 | 100010 |
Color Harmonies of #6B238B
Complementary color
Monochromatic Colors of #6B238B
Black with #6B238B
Text Example
Text Example
White with #6B238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B238B; }
p { color: rgb(107,35,139); }
H1.HeaderClassName
{
color: #6B238B;
}
.AnyTagClassName
{
color: #6B238B;
}
</style>
background-color css
<style>
a { background-color: #6B238B; }
a { background-color: rgb(107,35,139); }
div.DivClassName
{
background-color: #6B238B;
}
.BgClassName
{
background-color: #6B238B;
}
</style>
border-color css
<style>
span { border-color: #6B238B; }
span { border-color: rgb(107,35,139); }
td.TdClassName
{
border-color: #6B238B;
}
.TagClassName
{
border-color: #6B238B;
}
</style>