#763571

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

Shades of Eminence #763571

Tints of Eminence #763571

Color information

#763571 (or 0x763571) is unknown color: approx Eminence. HEX triplet: 76, 35 and 71. RGB value is (118,53,113). Sum of RGB (Red+Green+Blue) = 118+53+113=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #763571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763571 is #89CA8E. Grayscale: #4F4F4F. Windows color (decimal): -9030287 or 7419254. OLE color: 7419254.

HSL color Cylindrical-coordinate representation of color #763571: hue angle of 304.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763571 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11853113-
CMYK00.550.040.54
HSL304.62º38.01%33.53%-
HSV(B)304.62º55.08%46.27%-
XYZ11.727.5916.47-
YUV79.28147.03155.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=41.55%
G=18.66%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185311300.550.040.54304.6238.0133.53
Hex7635710374361312622
Octal166651610674664614642
Binary111011011010111100010110111100110110100110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763571; }

 p { color: rgb(118,53,113); }

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

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

 a { background-color: rgb(118,53,113); }

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

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

 span { border-color: rgb(118,53,113); }

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