Shades of Violent Violet #23074B
Tints of Violent Violet #23074B
RGB
CMYK
RGB Variations
Color information
#23074B (or 0x23074B) is known color: Violent Violet. HEX triplet: 23, 07 and 4B. RGB value is (35,7,75). Sum of RGB (Red+Green+Blue) = 35+7+75=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #23074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23074B is #DCF8B4. Grayscale: #161616. Windows color (decimal): -14481589 or 4917027. OLE color: 4917027.
HSL color Cylindrical-coordinate representation of color #23074B: hue angle of 264.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23074B is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 7 | 75 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.71 |
| HSL | 264.71º | 0.83% | 0.16% | - |
| HSV(B) | 264.71º | 0.91% | 0.29% | - |
| XYZ | 2.04 | 1.02 | 6.75 | - |
| YUV | 23.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 75 | 0.53 | 0.91 | 0 | 0.71 | 264.71 | 0.83 | 0.16 |
| Hex | 23 | 7 | 4B | 35 | 5B | 0 | 47 | 109 | 53 | 10 |
| Octal | 43 | 7 | 113 | 65 | 133 | 0 | 107 | 411 | 123 | 20 |
| Binary | 100011 | 111 | 1001011 | 110101 | 1011011 | 0 | 1000111 | 100001001 | 1010011 | 10000 |
Color Harmonies of #23074B
Complementary color
Monochromatic Colors of #23074B
Black with #23074B
Text Example
Text Example
White with #23074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23074B; }
p { color: rgb(35,7,75); }
H1.HeaderClassName
{
color: #23074B;
}
.AnyTagClassName
{
color: #23074B;
}
</style>
background-color css
<style>
a { background-color: #23074B; }
a { background-color: rgb(35,7,75); }
div.DivClassName
{
background-color: #23074B;
}
.BgClassName
{
background-color: #23074B;
}
</style>
border-color css
<style>
span { border-color: #23074B; }
span { border-color: rgb(35,7,75); }
td.TdClassName
{
border-color: #23074B;
}
.TagClassName
{
border-color: #23074B;
}
</style>