Shades of Violent Violet #23133F
Tints of Violent Violet #23133F
RGB
CMYK
RGB Variations
Color information
#23133F (or 0x23133F) is known color: Violent Violet. HEX triplet: 23, 13 and 3F. RGB value is (35,19,63). Sum of RGB (Red+Green+Blue) = 35+19+63=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #23133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23133F is #DCECC0. Grayscale: #1C1C1C. Windows color (decimal): -14478529 or 4133667. OLE color: 4133667.
HSL color Cylindrical-coordinate representation of color #23133F: hue angle of 261.82º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23133F is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 19 | 63 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.75 |
| HSL | 261.82º | 0.54% | 0.16% | - |
| HSV(B) | 261.82º | 0.7% | 0.25% | - |
| XYZ | 1.82 | 1.18 | 4.83 | - |
| YUV | 28.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 63 | 0.44 | 0.70 | 0 | 0.75 | 261.82 | 0.54 | 0.16 |
| Hex | 23 | 13 | 3F | 2C | 46 | 0 | 4B | 106 | 36 | 10 |
| Octal | 43 | 23 | 77 | 54 | 106 | 0 | 113 | 406 | 66 | 20 |
| Binary | 100011 | 10011 | 111111 | 101100 | 1000110 | 0 | 1001011 | 100000110 | 110110 | 10000 |
Color Harmonies of #23133F
Complementary color
Monochromatic Colors of #23133F
Black with #23133F
Text Example
Text Example
White with #23133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23133F; }
p { color: rgb(35,19,63); }
H1.HeaderClassName
{
color: #23133F;
}
.AnyTagClassName
{
color: #23133F;
}
</style>
background-color css
<style>
a { background-color: #23133F; }
a { background-color: rgb(35,19,63); }
div.DivClassName
{
background-color: #23133F;
}
.BgClassName
{
background-color: #23133F;
}
</style>
border-color css
<style>
span { border-color: #23133F; }
span { border-color: rgb(35,19,63); }
td.TdClassName
{
border-color: #23133F;
}
.TagClassName
{
border-color: #23133F;
}
</style>