Shades of Violent Violet #231147
Tints of Violent Violet #231147
RGB
CMYK
RGB Variations
Color information
#231147 (or 0x231147) is known color: Violent Violet. HEX triplet: 23, 11 and 47. RGB value is (35,17,71). Sum of RGB (Red+Green+Blue) = 35+17+71=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #231147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231147 is #DCEEB8. Grayscale: #1C1C1C. Windows color (decimal): -14479033 or 4657443. OLE color: 4657443.
HSL color Cylindrical-coordinate representation of color #231147: hue angle of 260º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231147 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 17 | 71 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.72 |
| HSL | 260º | 0.61% | 0.17% | - |
| HSV(B) | 260º | 0.76% | 0.28% | - |
| XYZ | 2.03 | 1.21 | 6.09 | - |
| YUV | 28.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 71 | 0.51 | 0.76 | 0 | 0.72 | 260 | 0.61 | 0.17 |
| Hex | 23 | 11 | 47 | 33 | 4C | 0 | 48 | 104 | 3D | 11 |
| Octal | 43 | 21 | 107 | 63 | 114 | 0 | 110 | 404 | 75 | 21 |
| Binary | 100011 | 10001 | 1000111 | 110011 | 1001100 | 0 | 1001000 | 100000100 | 111101 | 10001 |
Color Harmonies of #231147
Complementary color
Monochromatic Colors of #231147
Black with #231147
Text Example
Text Example
White with #231147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231147; }
p { color: rgb(35,17,71); }
H1.HeaderClassName
{
color: #231147;
}
.AnyTagClassName
{
color: #231147;
}
</style>
background-color css
<style>
a { background-color: #231147; }
a { background-color: rgb(35,17,71); }
div.DivClassName
{
background-color: #231147;
}
.BgClassName
{
background-color: #231147;
}
</style>
border-color css
<style>
span { border-color: #231147; }
span { border-color: rgb(35,17,71); }
td.TdClassName
{
border-color: #231147;
}
.TagClassName
{
border-color: #231147;
}
</style>