#13004B

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

Shades of Violent Violet #13004B

Tints of Violent Violet #13004B

Color information

#13004B (or 0x13004B) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 4B. RGB value is (19,0,75). Sum of RGB (Red+Green+Blue) = 19+0+75=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #13004B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13004B is #ECFFB4. Grayscale: #0D0D0D. Windows color (decimal): -15531957 or 4915219. OLE color: 4915219.

HSL color Cylindrical-coordinate representation of color #13004B: hue angle of 255.2º 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 #13004B is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB19075-
CMYK0.75100.71
HSL255.2º100%14.71%-
HSV(B)255.2º100%29.41%-
XYZ1.540.656.7-
YUV14.23162.29131.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 79.79%
R=20.21%
G=0%
B=79.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal190750.75100.71255.210014.71
Hex1304B4B64047ff64f
Octal230113113144010737714417
Binary100110100101110010111100100010001111111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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