#734975

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

Shades of Eminence #734975

Tints of Eminence #734975

Color information

#734975 (or 0x734975) is unknown color: approx Eminence. HEX triplet: 73, 49 and 75. RGB value is (115,73,117). Sum of RGB (Red+Green+Blue) = 115+73+117=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #734975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734975 is #8CB68A. Grayscale: #5A5A5A. Windows color (decimal): -9221771 or 7686515. OLE color: 7686515.

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

Color convert

RGB11573117-
CMYK0.020.3800.54
HSL297.27º23.16%37.25%-
HSV(B)297.27º37.61%45.88%-
XYZ12.669.6918.03-
YUV90.57142.91145.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=37.70%
G=23.93%
B=38.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115731170.020.3800.54297.2723.1637.25
Hex7349752260361291725
Octal1631111652460664512745
Binary11100111001001111010110100110011011010010100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734975; }

 p { color: rgb(115,73,117); }

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

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

 a { background-color: rgb(115,73,117); }

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

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

 span { border-color: rgb(115,73,117); }

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