#7A2994

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

Shades of Vivid Violet #7A2994

Tints of Vivid Violet #7A2994

Color information

#7A2994 (or 0x7A2994) is unknown color: approx Vivid Violet. HEX triplet: 7A, 29 and 94. RGB value is (122,41,148). Sum of RGB (Red+Green+Blue) = 122+41+148=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A2994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2994 is #85D66B. Grayscale: #4D4D4D. Windows color (decimal): -8771180 or 9709946. OLE color: 9709946.

HSL color Cylindrical-coordinate representation of color #7A2994: hue angle of 285.42º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2994 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12241148-
CMYK0.180.7200.42
HSL285.42º56.61%37.06%-
HSV(B)285.42º72.3%58.04%-
XYZ14.167.8628.79-
YUV77.42167.84159.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=39.23%
G=13.18%
B=47.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122411480.180.7200.42285.4256.6137.06
Hex7A2994124802A11d3925
Octal17251224221100524357145
Binary1111010101001100101001001010010000101010100011101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,41,148); }

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

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

 a { background-color: rgb(122,41,148); }

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

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

 span { border-color: rgb(122,41,148); }

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