#7411A5

Color #7411A5 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7411A5

Tints of Vivid Violet #7411A5

Color information

#7411A5 (or 0x7411A5) is unknown color: approx Vivid Violet. HEX triplet: 74, 11 and A5. RGB value is (116,17,165). Sum of RGB (Red+Green+Blue) = 116+17+165=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #7411A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7411A5 is #8BEE5A. Grayscale: #3E3E3E. Windows color (decimal): -9170523 or 10817908. OLE color: 10817908.

HSL color Cylindrical-coordinate representation of color #7411A5: hue angle of 280.14º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7411A5 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11617165-
CMYK0.300.9000.35
HSL280.14º81.32%35.69%-
HSV(B)280.14º89.7%64.71%-
XYZ14.196.8336.17-
YUV63.47185.3165.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 17 (7.03% from 255) = 5.70%
BLUE value IS 165 (64.84% from 255) = 55.37%
R=38.93%
G=5.70%
B=55.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116171650.300.9000.35280.1481.3235.69
Hex7411A51E5A0231185124
Octal164212453613204343012144
Binary1110100100011010010111110101101001000111000110001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7411A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7411A5; }

 p { color: rgb(116,17,165); }

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

<style>
 a { background-color: #7411A5; }

 a { background-color: rgb(116,17,165); }

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

<style>
 span { border-color: #7411A5; }

 span { border-color: rgb(116,17,165); }

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