#743770

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

Shades of Eminence #743770

Tints of Eminence #743770

Color information

#743770 (or 0x743770) is unknown color: approx Eminence. HEX triplet: 74, 37 and 70. RGB value is (116,55,112). Sum of RGB (Red+Green+Blue) = 116+55+112=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #743770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743770 is #8BC88F. Grayscale: #4F4F4F. Windows color (decimal): -9160848 or 7354228. OLE color: 7354228.

HSL color Cylindrical-coordinate representation of color #743770: hue angle of 303.93º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743770 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11655112-
CMYK00.530.030.55
HSL303.93º35.67%33.53%-
HSV(B)303.93º52.59%45.49%-
XYZ11.497.6216.19-
YUV79.74146.21153.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=40.99%
G=19.43%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165511200.530.030.55303.9335.6733.53
Hex7437700353371302422
Octal164671600653674604442
Binary11101001101111110000011010111110111100110000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743770; }

 p { color: rgb(116,55,112); }

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

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

 a { background-color: rgb(116,55,112); }

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

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

 span { border-color: rgb(116,55,112); }

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