#1E074E

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

Shades of Violent Violet #1E074E

Tints of Violent Violet #1E074E

Color information

#1E074E (or 0x1E074E) is unknown color: approx Violent Violet. HEX triplet: 1E, 07 and 4E. RGB value is (30,7,78). Sum of RGB (Red+Green+Blue) = 30+7+78=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E074E is #E1F8B1. Grayscale: #151515. Windows color (decimal): -14809266 or 5113630. OLE color: 5113630.

HSL color Cylindrical-coordinate representation of color #1E074E: hue angle of 259.44º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E074E is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB30778-
CMYK0.620.9100.69
HSL259.44º83.53%16.67%-
HSV(B)259.44º91.03%30.59%-
XYZ1.990.987.29-
YUV21.97159.62133.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 78 (30.86% from 255) = 67.83%
R=26.09%
G=6.09%
B=67.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal307780.620.9100.69259.4483.5316.67
Hex1E74E3E5B0451035411
Octal36711676133010540312421
Binary111101111001110111110101101101000101100000011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E074E; }

 p { color: rgb(30,7,78); }

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

<style>
 a { background-color: #1E074E; }

 a { background-color: rgb(30,7,78); }

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

<style>
 span { border-color: #1E074E; }

 span { border-color: rgb(30,7,78); }

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