#752E74

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

Shades of Seance #752E74

Tints of Seance #752E74

Color information

#752E74 (or 0x752E74) is unknown color: approx Seance. HEX triplet: 75, 2E and 74. RGB value is (117,46,116). Sum of RGB (Red+Green+Blue) = 117+46+116=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #752E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E74 is #8AD18B. Grayscale: #4B4B4B. Windows color (decimal): -9097612 or 7614069. OLE color: 7614069.

HSL color Cylindrical-coordinate representation of color #752E74: hue angle of 300.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E74 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11746116-
CMYK00.610.010.54
HSL300.85º43.56%31.96%-
HSV(B)300.85º60.68%45.88%-
XYZ11.47717.27-
YUV75.21151.02157.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=41.94%
G=16.49%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174611600.610.010.54300.8543.5631.96
Hex752E7403D13612d2c20
Octal165561640751664555440
Binary1110101101110111010001111011110110100101101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E74; }

 p { color: rgb(117,46,116); }

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

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

 a { background-color: rgb(117,46,116); }

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

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

 span { border-color: rgb(117,46,116); }

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