#7416A1

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

Shades of Vivid Violet #7416A1

Tints of Vivid Violet #7416A1

Color information

#7416A1 (or 0x7416A1) is unknown color: approx Vivid Violet. HEX triplet: 74, 16 and A1. RGB value is (116,22,161). Sum of RGB (Red+Green+Blue) = 116+22+161=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #7416A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7416A1 is #8BE95E. Grayscale: #414141. Windows color (decimal): -9169247 or 10557044. OLE color: 10557044.

HSL color Cylindrical-coordinate representation of color #7416A1: hue angle of 280.58º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7416A1 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11622161-
CMYK0.280.8600.37
HSL280.58º75.96%35.88%-
HSV(B)280.58º86.34%63.14%-
XYZ13.926.8634.31-
YUV65.95181.64163.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 161 (63.28% from 255) = 53.85%
R=38.80%
G=7.36%
B=53.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116221610.280.8600.37280.5875.9635.88
Hex7416A11C560251194c24
Octal164262413412604543111444
Binary1110100101101010000111100101011001001011000110011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7416A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7416A1; }

 p { color: rgb(116,22,161); }

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

<style>
 a { background-color: #7416A1; }

 a { background-color: rgb(116,22,161); }

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

<style>
 span { border-color: #7416A1; }

 span { border-color: rgb(116,22,161); }

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