Shades of Violent Violet #23074A
Tints of Violent Violet #23074A
RGB
CMYK
RGB Variations
Color information
#23074A (or 0x23074A) is known color: Violent Violet. HEX triplet: 23, 07 and 4A. RGB value is (35,7,74). Sum of RGB (Red+Green+Blue) = 35+7+74=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #23074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23074A is #DCF8B5. Grayscale: #161616. Windows color (decimal): -14481590 or 4851491. OLE color: 4851491.
HSL color Cylindrical-coordinate representation of color #23074A: hue angle of 265.07º 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 #23074A is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 7 | 74 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.71 |
| HSL | 265.07º | 0.83% | 0.16% | - |
| HSV(B) | 265.07º | 0.91% | 0.29% | - |
| XYZ | 2.01 | 1 | 6.57 | - |
| YUV | 23.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 74 | 0.53 | 0.91 | 0 | 0.71 | 265.07 | 0.83 | 0.16 |
| Hex | 23 | 7 | 4A | 35 | 5B | 0 | 47 | 109 | 53 | 10 |
| Octal | 43 | 7 | 112 | 65 | 133 | 0 | 107 | 411 | 123 | 20 |
| Binary | 100011 | 111 | 1001010 | 110101 | 1011011 | 0 | 1000111 | 100001001 | 1010011 | 10000 |
Color Harmonies of #23074A
Complementary color
Monochromatic Colors of #23074A
Black with #23074A
Text Example
Text Example
White with #23074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23074A; }
p { color: rgb(35,7,74); }
H1.HeaderClassName
{
color: #23074A;
}
.AnyTagClassName
{
color: #23074A;
}
</style>
background-color css
<style>
a { background-color: #23074A; }
a { background-color: rgb(35,7,74); }
div.DivClassName
{
background-color: #23074A;
}
.BgClassName
{
background-color: #23074A;
}
</style>
border-color css
<style>
span { border-color: #23074A; }
span { border-color: rgb(35,7,74); }
td.TdClassName
{
border-color: #23074A;
}
.TagClassName
{
border-color: #23074A;
}
</style>