Shades of Violent Violet #13023D
Tints of Violent Violet #13023D
RGB
CMYK
RGB Variations
Color information
#13023D (or 0x13023D) is known color: Violent Violet. HEX triplet: 13, 02 and 3D. RGB value is (19,2,61). Sum of RGB (Red+Green+Blue) = 19+2+61=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #13023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13023D is #ECFDC2. Grayscale: #0D0D0D. Windows color (decimal): -15531459 or 3998227. OLE color: 3998227.
HSL color Cylindrical-coordinate representation of color #13023D: hue angle of 257.29º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13023D is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 2 | 61 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.76 |
| HSL | 257.29º | 0.94% | 0.12% | - |
| HSV(B) | 257.29º | 0.97% | 0.24% | - |
| XYZ | 1.13 | 0.52 | 4.46 | - |
| YUV | 13.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 61 | 0.69 | 0.97 | 0 | 0.76 | 257.29 | 0.94 | 0.12 |
| Hex | 13 | 2 | 3D | 45 | 61 | 0 | 4C | 101 | 5E | C |
| Octal | 23 | 2 | 75 | 105 | 141 | 0 | 114 | 401 | 136 | 14 |
| Binary | 10011 | 10 | 111101 | 1000101 | 1100001 | 0 | 1001100 | 100000001 | 1011110 | 1100 |
Color Harmonies of #13023D
Complementary color
Monochromatic Colors of #13023D
Black with #13023D
Text Example
Text Example
White with #13023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13023D; }
p { color: rgb(19,2,61); }
H1.HeaderClassName
{
color: #13023D;
}
.AnyTagClassName
{
color: #13023D;
}
</style>
background-color css
<style>
a { background-color: #13023D; }
a { background-color: rgb(19,2,61); }
div.DivClassName
{
background-color: #13023D;
}
.BgClassName
{
background-color: #13023D;
}
</style>
border-color css
<style>
span { border-color: #13023D; }
span { border-color: rgb(19,2,61); }
td.TdClassName
{
border-color: #13023D;
}
.TagClassName
{
border-color: #13023D;
}
</style>