#7A3387

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

Shades of Vivid Violet #7A3387

Tints of Vivid Violet #7A3387

Color information

#7A3387 (or 0x7A3387) is unknown color: approx Vivid Violet. HEX triplet: 7A, 33 and 87. RGB value is (122,51,135). Sum of RGB (Red+Green+Blue) = 122+51+135=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A3387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3387 is #85CC78. Grayscale: #515151. Windows color (decimal): -8768633 or 8860538. OLE color: 8860538.

HSL color Cylindrical-coordinate representation of color #7A3387: hue angle of 290.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A3387 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12251135-
CMYK0.100.6200.47
HSL290.71º45.16%36.47%-
HSV(B)290.71º62.22%52.94%-
XYZ13.588.2523.8-
YUV81.8158.02156.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.61%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=39.61%
G=16.56%
B=43.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122511350.100.6200.47290.7145.1636.47
Hex7A3387A3E02F1232d24
Octal1726320712760574435544
Binary11110101100111000011110101111100101111100100011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,135); }

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

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

 a { background-color: rgb(122,51,135); }

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

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

 span { border-color: rgb(122,51,135); }

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