Shades of Violent Violet #23174A
Tints of Violent Violet #23174A
RGB
CMYK
RGB Variations
Color information
#23174A (or 0x23174A) is known color: Violent Violet. HEX triplet: 23, 17 and 4A. RGB value is (35,23,74). Sum of RGB (Red+Green+Blue) = 35+23+74=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #23174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23174A is #DCE8B5. Grayscale: #202020. Windows color (decimal): -14477494 or 4855587. OLE color: 4855587.
HSL color Cylindrical-coordinate representation of color #23174A: hue angle of 254.12º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23174A is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 23 | 74 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.71 |
| HSL | 254.12º | 0.53% | 0.19% | - |
| HSV(B) | 254.12º | 0.69% | 0.29% | - |
| XYZ | 2.24 | 1.46 | 6.64 | - |
| YUV | 32.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 74 | 0.53 | 0.69 | 0 | 0.71 | 254.12 | 0.53 | 0.19 |
| Hex | 23 | 17 | 4A | 35 | 45 | 0 | 47 | FE | 35 | 13 |
| Octal | 43 | 27 | 112 | 65 | 105 | 0 | 107 | 376 | 65 | 23 |
| Binary | 100011 | 10111 | 1001010 | 110101 | 1000101 | 0 | 1000111 | 11111110 | 110101 | 10011 |
Color Harmonies of #23174A
Complementary color
Monochromatic Colors of #23174A
Black with #23174A
Text Example
Text Example
White with #23174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23174A; }
p { color: rgb(35,23,74); }
H1.HeaderClassName
{
color: #23174A;
}
.AnyTagClassName
{
color: #23174A;
}
</style>
background-color css
<style>
a { background-color: #23174A; }
a { background-color: rgb(35,23,74); }
div.DivClassName
{
background-color: #23174A;
}
.BgClassName
{
background-color: #23174A;
}
</style>
border-color css
<style>
span { border-color: #23174A; }
span { border-color: rgb(35,23,74); }
td.TdClassName
{
border-color: #23174A;
}
.TagClassName
{
border-color: #23174A;
}
</style>