Shades of Violent Violet #230759
Tints of Violent Violet #230759
RGB
CMYK
RGB Variations
Color information
#230759 (or 0x230759) is known color: Violent Violet. HEX triplet: 23, 07 and 59. RGB value is (35,7,89). Sum of RGB (Red+Green+Blue) = 35+7+89=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #230759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230759 is #DCF8A6. Grayscale: #181818. Windows color (decimal): -14481575 or 5834531. OLE color: 5834531.
HSL color Cylindrical-coordinate representation of color #230759: hue angle of 260.49º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230759 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 7 | 89 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.65 |
| HSL | 260.49º | 0.85% | 0.19% | - |
| HSV(B) | 260.49º | 0.92% | 0.35% | - |
| XYZ | 2.57 | 1.23 | 9.55 | - |
| YUV | 24.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 89 | 0.61 | 0.92 | 0 | 0.65 | 260.49 | 0.85 | 0.19 |
| Hex | 23 | 7 | 59 | 3D | 5C | 0 | 41 | 104 | 55 | 13 |
| Octal | 43 | 7 | 131 | 75 | 134 | 0 | 101 | 404 | 125 | 23 |
| Binary | 100011 | 111 | 1011001 | 111101 | 1011100 | 0 | 1000001 | 100000100 | 1010101 | 10011 |
Color Harmonies of #230759
Complementary color
Monochromatic Colors of #230759
Black with #230759
Text Example
Text Example
White with #230759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230759; }
p { color: rgb(35,7,89); }
H1.HeaderClassName
{
color: #230759;
}
.AnyTagClassName
{
color: #230759;
}
</style>
background-color css
<style>
a { background-color: #230759; }
a { background-color: rgb(35,7,89); }
div.DivClassName
{
background-color: #230759;
}
.BgClassName
{
background-color: #230759;
}
</style>
border-color css
<style>
span { border-color: #230759; }
span { border-color: rgb(35,7,89); }
td.TdClassName
{
border-color: #230759;
}
.TagClassName
{
border-color: #230759;
}
</style>