Shades of Violent Violet #23065A
Tints of Violent Violet #23065A
RGB
CMYK
RGB Variations
Color information
#23065A (or 0x23065A) is known color: Violent Violet. HEX triplet: 23, 06 and 5A. RGB value is (35,6,90). Sum of RGB (Red+Green+Blue) = 35+6+90=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #23065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23065A is #DCF9A5. Grayscale: #171717. Windows color (decimal): -14481830 or 5899811. OLE color: 5899811.
HSL color Cylindrical-coordinate representation of color #23065A: hue angle of 260.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23065A is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 6 | 90 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.65 |
| HSL | 260.71º | 0.88% | 0.19% | - |
| HSV(B) | 260.71º | 0.93% | 0.35% | - |
| XYZ | 2.6 | 1.23 | 9.77 | - |
| YUV | 24.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 90 | 0.61 | 0.93 | 0 | 0.65 | 260.71 | 0.88 | 0.19 |
| Hex | 23 | 6 | 5A | 3D | 5D | 0 | 41 | 105 | 58 | 13 |
| Octal | 43 | 6 | 132 | 75 | 135 | 0 | 101 | 405 | 130 | 23 |
| Binary | 100011 | 110 | 1011010 | 111101 | 1011101 | 0 | 1000001 | 100000101 | 1011000 | 10011 |
Color Harmonies of #23065A
Complementary color
Monochromatic Colors of #23065A
Black with #23065A
Text Example
Text Example
White with #23065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23065A; }
p { color: rgb(35,6,90); }
H1.HeaderClassName
{
color: #23065A;
}
.AnyTagClassName
{
color: #23065A;
}
</style>
background-color css
<style>
a { background-color: #23065A; }
a { background-color: rgb(35,6,90); }
div.DivClassName
{
background-color: #23065A;
}
.BgClassName
{
background-color: #23065A;
}
</style>
border-color css
<style>
span { border-color: #23065A; }
span { border-color: rgb(35,6,90); }
td.TdClassName
{
border-color: #23065A;
}
.TagClassName
{
border-color: #23065A;
}
</style>