Shades of Violent Violet #1F074B
Tints of Violent Violet #1F074B
RGB
CMYK
RGB Variations
Color information
#1F074B (or 0x1F074B) is known color: Violent Violet. HEX triplet: 1F, 07 and 4B. RGB value is (31,7,75). Sum of RGB (Red+Green+Blue) = 31+7+75=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F074B is #E0F8B4. Grayscale: #151515. Windows color (decimal): -14743733 or 4917023. OLE color: 4917023.
HSL color Cylindrical-coordinate representation of color #1F074B: hue angle of 261.18º 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 #1F074B is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 7 | 75 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.71 |
| HSL | 261.18º | 0.83% | 0.16% | - |
| HSV(B) | 261.18º | 0.91% | 0.29% | - |
| XYZ | 1.91 | 0.95 | 6.74 | - |
| YUV | 21.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 75 | 0.59 | 0.91 | 0 | 0.71 | 261.18 | 0.83 | 0.16 |
| Hex | 1F | 7 | 4B | 3B | 5B | 0 | 47 | 105 | 53 | 10 |
| Octal | 37 | 7 | 113 | 73 | 133 | 0 | 107 | 405 | 123 | 20 |
| Binary | 11111 | 111 | 1001011 | 111011 | 1011011 | 0 | 1000111 | 100000101 | 1010011 | 10000 |
Color Harmonies of #1F074B
Complementary color
Monochromatic Colors of #1F074B
Black with #1F074B
Text Example
Text Example
White with #1F074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F074B; }
p { color: rgb(31,7,75); }
H1.HeaderClassName
{
color: #1F074B;
}
.AnyTagClassName
{
color: #1F074B;
}
</style>
background-color css
<style>
a { background-color: #1F074B; }
a { background-color: rgb(31,7,75); }
div.DivClassName
{
background-color: #1F074B;
}
.BgClassName
{
background-color: #1F074B;
}
</style>
border-color css
<style>
span { border-color: #1F074B; }
span { border-color: rgb(31,7,75); }
td.TdClassName
{
border-color: #1F074B;
}
.TagClassName
{
border-color: #1F074B;
}
</style>