Shades of Violent Violet #1C074D
Tints of Violent Violet #1C074D
RGB
CMYK
RGB Variations
Color information
#1C074D (or 0x1C074D) is known color: Violent Violet. HEX triplet: 1C, 07 and 4D. RGB value is (28,7,77). Sum of RGB (Red+Green+Blue) = 28+7+77=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C074D is #E3F8B2. Grayscale: #151515. Windows color (decimal): -14940339 or 5048092. OLE color: 5048092.
HSL color Cylindrical-coordinate representation of color #1C074D: hue angle of 258º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C074D is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 7 | 77 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.70 |
| HSL | 258º | 0.83% | 0.16% | - |
| HSV(B) | 258º | 0.91% | 0.3% | - |
| XYZ | 1.89 | 0.93 | 7.1 | - |
| YUV | 21.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 77 | 0.64 | 0.91 | 0 | 0.70 | 258 | 0.83 | 0.16 |
| Hex | 1C | 7 | 4D | 40 | 5B | 0 | 46 | 102 | 53 | 10 |
| Octal | 34 | 7 | 115 | 100 | 133 | 0 | 106 | 402 | 123 | 20 |
| Binary | 11100 | 111 | 1001101 | 1000000 | 1011011 | 0 | 1000110 | 100000010 | 1010011 | 10000 |
Color Harmonies of #1C074D
Complementary color
Monochromatic Colors of #1C074D
Black with #1C074D
Text Example
Text Example
White with #1C074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C074D; }
p { color: rgb(28,7,77); }
H1.HeaderClassName
{
color: #1C074D;
}
.AnyTagClassName
{
color: #1C074D;
}
</style>
background-color css
<style>
a { background-color: #1C074D; }
a { background-color: rgb(28,7,77); }
div.DivClassName
{
background-color: #1C074D;
}
.BgClassName
{
background-color: #1C074D;
}
</style>
border-color css
<style>
span { border-color: #1C074D; }
span { border-color: rgb(28,7,77); }
td.TdClassName
{
border-color: #1C074D;
}
.TagClassName
{
border-color: #1C074D;
}
</style>