Shades of Violent Violet #10003F
Tints of Violent Violet #10003F
RGB
CMYK
RGB Variations
Color information
#10003F (or 0x10003F) is known color: Violent Violet. HEX triplet: 10, 00 and 3F. RGB value is (16,0,63). Sum of RGB (Red+Green+Blue) = 16+0+63=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 63 (25% from 255 or 79.75% from 79); Max value from RGB is 63 - color contains mainly: blue. Hex color #10003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10003F is #EFFFC0. Grayscale: #0B0B0B. Windows color (decimal): -15728577 or 4128784. OLE color: 4128784.
HSL color Cylindrical-coordinate representation of color #10003F: hue angle of 255.24º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10003F is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 0 | 63 | - |
| CMYK | 0.75 | 1 | 0 | 0.75 |
| HSL | 255.24º | 1% | 0.12% | - |
| HSV(B) | 255.24º | 1% | 0.25% | - |
| XYZ | 1.11 | 0.47 | 4.73 | - |
| YUV | 11.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 63 | 0.75 | 1 | 0 | 0.75 | 255.24 | 1 | 0.12 |
| Hex | 10 | 0 | 3F | 4B | 64 | 0 | 4B | FF | 64 | C |
| Octal | 20 | 0 | 77 | 113 | 144 | 0 | 113 | 377 | 144 | 14 |
| Binary | 10000 | 0 | 111111 | 1001011 | 1100100 | 0 | 1001011 | 11111111 | 1100100 | 1100 |
Color Harmonies of #10003F
Complementary color
Monochromatic Colors of #10003F
Black with #10003F
Text Example
Text Example
White with #10003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10003F; }
p { color: rgb(16,0,63); }
H1.HeaderClassName
{
color: #10003F;
}
.AnyTagClassName
{
color: #10003F;
}
</style>
background-color css
<style>
a { background-color: #10003F; }
a { background-color: rgb(16,0,63); }
div.DivClassName
{
background-color: #10003F;
}
.BgClassName
{
background-color: #10003F;
}
</style>
border-color css
<style>
span { border-color: #10003F; }
span { border-color: rgb(16,0,63); }
td.TdClassName
{
border-color: #10003F;
}
.TagClassName
{
border-color: #10003F;
}
</style>