#7A3D85

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

Shades of Vivid Violet #7A3D85

Tints of Vivid Violet #7A3D85

Color information

#7A3D85 (or 0x7A3D85) is unknown color: approx Vivid Violet. HEX triplet: 7A, 3D and 85. RGB value is (122,61,133). Sum of RGB (Red+Green+Blue) = 122+61+133=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A3D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3D85 is #85C27A. Grayscale: #575757. Windows color (decimal): -8766075 or 8732026. OLE color: 8732026.

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

Color convert

RGB12261133-
CMYK0.080.5400.48
HSL290.83º37.11%38.04%-
HSV(B)290.83º54.14%52.16%-
XYZ13.939.1723.23-
YUV87.45153.71152.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=38.61%
G=19.30%
B=42.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122611330.080.5400.48290.8337.1138.04
Hex7A3D858360301232526
Octal1727520510660604434546
Binary11110101111011000010110001101100110000100100011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,61,133); }

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

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

 a { background-color: rgb(122,61,133); }

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

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

 span { border-color: rgb(122,61,133); }

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