#10004B

Color #10004B Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #10004B

Tints of Violent Violet #10004B

Color information

#10004B (or 0x10004B) is unknown color: approx Violent Violet. HEX triplet: 10, 00 and 4B. RGB value is (16,0,75). Sum of RGB (Red+Green+Blue) = 16+0+75=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #10004B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10004B is #EFFFB4. Grayscale: #0D0D0D. Windows color (decimal): -15728565 or 4915216. OLE color: 4915216.

HSL color Cylindrical-coordinate representation of color #10004B: hue angle of 252.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10004B is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16075-
CMYK0.79100.71
HSL252.8º100%14.71%-
HSV(B)252.8º100%29.41%-
XYZ1.480.626.7-
YUV13.33162.8129.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 17.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 82.42%
R=17.58%
G=0%
B=82.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal160750.79100.71252.810014.71
Hex1004B4F64047fd64f
Octal200113117144010737514417
Binary100000100101110011111100100010001111111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10004B; }

 p { color: rgb(16,0,75); }

 H1.HeaderClassName
 {
   color: #10004B;
 }
 .AnyTagClassName
 {
   color: #10004B;
 }
</style>
background-color css

<style>
 a { background-color: #10004B; }

 a { background-color: rgb(16,0,75); }

 div.DivClassName
 {
   background-color: #10004B;
 }
 .BgClassName
 {
   background-color: #10004B;
 }
</style>
border-color css

<style>
 span { border-color: #10004B; }

 span { border-color: rgb(16,0,75); }

 td.TdClassName
 {
   border-color: #10004B;
 }
 .TagClassName
 {
   border-color: #10004B;
 }
</style>