Shades of Violent Violet #100048
Tints of Violent Violet #100048
RGB
CMYK
RGB Variations
Color information
#100048 (or 0x100048) is known color: Violent Violet. HEX triplet: 10, 00 and 48. RGB value is (16,0,72). Sum of RGB (Red+Green+Blue) = 16+0+72=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #100048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100048 is #EFFFB7. Grayscale: #0C0C0C. Windows color (decimal): -15728568 or 4718608. OLE color: 4718608.
HSL color Cylindrical-coordinate representation of color #100048: hue angle of 253.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100048 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 0 | 72 | - |
| CMYK | 0.78 | 1 | 0 | 0.72 |
| HSL | 253.33º | 1% | 0.14% | - |
| HSV(B) | 253.33º | 1% | 0.28% | - |
| XYZ | 1.38 | 0.58 | 6.17 | - |
| YUV | 12.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 72 | 0.78 | 1 | 0 | 0.72 | 253.33 | 1 | 0.14 |
| Hex | 10 | 0 | 48 | 4E | 64 | 0 | 48 | FD | 64 | E |
| Octal | 20 | 0 | 110 | 116 | 144 | 0 | 110 | 375 | 144 | 16 |
| Binary | 10000 | 0 | 1001000 | 1001110 | 1100100 | 0 | 1001000 | 11111101 | 1100100 | 1110 |
Color Harmonies of #100048
Complementary color
Monochromatic Colors of #100048
Black with #100048
Text Example
Text Example
White with #100048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100048; }
p { color: rgb(16,0,72); }
H1.HeaderClassName
{
color: #100048;
}
.AnyTagClassName
{
color: #100048;
}
</style>
background-color css
<style>
a { background-color: #100048; }
a { background-color: rgb(16,0,72); }
div.DivClassName
{
background-color: #100048;
}
.BgClassName
{
background-color: #100048;
}
</style>
border-color css
<style>
span { border-color: #100048; }
span { border-color: rgb(16,0,72); }
td.TdClassName
{
border-color: #100048;
}
.TagClassName
{
border-color: #100048;
}
</style>