Shades of Violent Violet #10013D
Tints of Violent Violet #10013D
RGB
CMYK
RGB Variations
Color information
#10013D (or 0x10013D) is known color: Violent Violet. HEX triplet: 10, 01 and 3D. RGB value is (16,1,61). Sum of RGB (Red+Green+Blue) = 16+1+61=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 61 (24.22% from 255 or 78.21% from 78); Max value from RGB is 61 - color contains mainly: blue. Hex color #10013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10013D is #EFFEC2. Grayscale: #0C0C0C. Windows color (decimal): -15728323 or 3997968. OLE color: 3997968.
HSL color Cylindrical-coordinate representation of color #10013D: hue angle of 255º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10013D is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 1 | 61 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.76 |
| HSL | 255º | 0.97% | 0.12% | - |
| HSV(B) | 255º | 0.98% | 0.24% | - |
| XYZ | 1.07 | 0.47 | 4.45 | - |
| YUV | 12.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 61 | 0.74 | 0.98 | 0 | 0.76 | 255 | 0.97 | 0.12 |
| Hex | 10 | 1 | 3D | 4A | 62 | 0 | 4C | FF | 61 | C |
| Octal | 20 | 1 | 75 | 112 | 142 | 0 | 114 | 377 | 141 | 14 |
| Binary | 10000 | 1 | 111101 | 1001010 | 1100010 | 0 | 1001100 | 11111111 | 1100001 | 1100 |
Color Harmonies of #10013D
Complementary color
Monochromatic Colors of #10013D
Black with #10013D
Text Example
Text Example
White with #10013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10013D; }
p { color: rgb(16,1,61); }
H1.HeaderClassName
{
color: #10013D;
}
.AnyTagClassName
{
color: #10013D;
}
</style>
background-color css
<style>
a { background-color: #10013D; }
a { background-color: rgb(16,1,61); }
div.DivClassName
{
background-color: #10013D;
}
.BgClassName
{
background-color: #10013D;
}
</style>
border-color css
<style>
span { border-color: #10013D; }
span { border-color: rgb(16,1,61); }
td.TdClassName
{
border-color: #10013D;
}
.TagClassName
{
border-color: #10013D;
}
</style>