#7B3080

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

Shades of Eminence #7B3080

Tints of Eminence #7B3080

Color information

#7B3080 (or 0x7B3080) is unknown color: approx Eminence. HEX triplet: 7B, 30 and 80. RGB value is (123,48,128). Sum of RGB (Red+Green+Blue) = 123+48+128=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B3080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3080 is #84CF7F. Grayscale: #4F4F4F. Windows color (decimal): -8703872 or 8401019. OLE color: 8401019.

HSL color Cylindrical-coordinate representation of color #7B3080: hue angle of 296.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3080 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12348128-
CMYK0.040.6200.50
HSL296.25º45.45%34.51%-
HSV(B)296.25º62.5%50.2%-
XYZ13.127.8821.25-
YUV79.54155.35159-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.14%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=41.14%
G=16.05%
B=42.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123481280.040.6200.50296.2545.4534.51
Hex7B308043E0321282d23
Octal173602004760624505543
Binary1111011110000100000001001111100110010100101000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,48,128); }

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

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

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

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

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

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

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