Shades of Vivid Violet #6A238F
Tints of Vivid Violet #6A238F
RGB
CMYK
RGB Variations
Color information
#6A238F (or 0x6A238F) is known color: Vivid Violet. HEX triplet: 6A, 23 and 8F. RGB value is (106,35,143). Sum of RGB (Red+Green+Blue) = 106+35+143=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A238F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A238F is #95DC70. Grayscale: #444444. Windows color (decimal): -9821297 or 9380714. OLE color: 9380714.
HSL color Cylindrical-coordinate representation of color #6A238F: hue angle of 279.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A238F is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 35 | 143 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.44 |
| HSL | 279.44º | 0.61% | 0.35% | - |
| HSV(B) | 279.44º | 0.76% | 0.56% | - |
| XYZ | 11.5 | 6.25 | 26.59 | - |
| YUV | 68.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 143 | 0.26 | 0.76 | 0 | 0.44 | 279.44 | 0.61 | 0.35 |
| Hex | 6A | 23 | 8F | 1A | 4C | 0 | 2C | 117 | 3D | 23 |
| Octal | 152 | 43 | 217 | 32 | 114 | 0 | 54 | 427 | 75 | 43 |
| Binary | 1101010 | 100011 | 10001111 | 11010 | 1001100 | 0 | 101100 | 100010111 | 111101 | 100011 |
Color Harmonies of #6A238F
Complementary color
Monochromatic Colors of #6A238F
Black with #6A238F
Text Example
Text Example
White with #6A238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A238F; }
p { color: rgb(106,35,143); }
H1.HeaderClassName
{
color: #6A238F;
}
.AnyTagClassName
{
color: #6A238F;
}
</style>
background-color css
<style>
a { background-color: #6A238F; }
a { background-color: rgb(106,35,143); }
div.DivClassName
{
background-color: #6A238F;
}
.BgClassName
{
background-color: #6A238F;
}
</style>
border-color css
<style>
span { border-color: #6A238F; }
span { border-color: rgb(106,35,143); }
td.TdClassName
{
border-color: #6A238F;
}
.TagClassName
{
border-color: #6A238F;
}
</style>