#7A307A

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

Shades of Eminence #7A307A

Tints of Eminence #7A307A

Color information

#7A307A (or 0x7A307A) is unknown color: approx Eminence. HEX triplet: 7A, 30 and 7A. RGB value is (122,48,122). Sum of RGB (Red+Green+Blue) = 122+48+122=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: red, blue. Hex color #7A307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A307A is #85CF85. Grayscale: #4E4E4E. Windows color (decimal): -8769414 or 8007802. OLE color: 8007802.

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

Color convert

RGB12248122-
CMYK00.6100.52
HSL300º43.53%33.33%-
HSV(B)300º60.66%47.84%-
XYZ12.67.6619.23-
YUV78.56152.52158.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=41.78%
G=16.44%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224812200.6100.5230043.5333.33
Hex7A307A03D03412c2c21
Octal172601720750644545441
Binary1111010110000111101001111010110100100101100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,48,122); }

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

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

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

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

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

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

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