#7A2085

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

Shades of Vivid Violet #7A2085

Tints of Vivid Violet #7A2085

Color information

#7A2085 (or 0x7A2085) is unknown color: approx Vivid Violet. HEX triplet: 7A, 20 and 85. RGB value is (122,32,133). Sum of RGB (Red+Green+Blue) = 122+32+133=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2085 is #85DF7A. Grayscale: #464646. Windows color (decimal): -8773499 or 8724602. OLE color: 8724602.

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

Color convert

RGB12232133-
CMYK0.080.7600.48
HSL293.47º61.21%32.35%-
HSV(B)293.47º75.94%52.16%-
XYZ12.786.8622.84-
YUV70.42163.32164.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=42.51%
G=11.15%
B=46.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122321330.080.7600.48293.4761.2132.35
Hex7A208584C0301253d20
Octal17240205101140604457540
Binary111101010000010000101100010011000110000100100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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