#7A3784

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

Shades of Vivid Violet #7A3784

Tints of Vivid Violet #7A3784

Color information

#7A3784 (or 0x7A3784) is unknown color: approx Vivid Violet. HEX triplet: 7A, 37 and 84. RGB value is (122,55,132). Sum of RGB (Red+Green+Blue) = 122+55+132=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A3784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3784 is #85C87B. Grayscale: #535353. Windows color (decimal): -8767612 or 8664954. OLE color: 8664954.

HSL color Cylindrical-coordinate representation of color #7A3784: hue angle of 292.21º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3784 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12255132-
CMYK0.080.5800.48
HSL292.21º41.18%36.67%-
HSV(B)292.21º58.33%51.76%-
XYZ13.568.5422.76-
YUV83.81155.2155.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=39.48%
G=17.80%
B=42.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122551320.080.5800.48292.2141.1836.67
Hex7A378483A0301242925
Octal1726720410720604445145
Binary11110101101111000010010001110100110000100100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3784; }

 p { color: rgb(122,55,132); }

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

<style>
 a { background-color: #7A3784; }

 a { background-color: rgb(122,55,132); }

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

<style>
 span { border-color: #7A3784; }

 span { border-color: rgb(122,55,132); }

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