#752971

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

Shades of Seance #752971

Tints of Seance #752971

Color information

#752971 (or 0x752971) is unknown color: approx Seance. HEX triplet: 75, 29 and 71. RGB value is (117,41,113). Sum of RGB (Red+Green+Blue) = 117+41+113=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #752971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752971 is #8AD68E. Grayscale: #474747. Windows color (decimal): -9098895 or 7416181. OLE color: 7416181.

HSL color Cylindrical-coordinate representation of color #752971: hue angle of 303.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752971 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11741113-
CMYK00.650.030.54
HSL303.16º48.1%30.98%-
HSV(B)303.16º64.96%45.88%-
XYZ11.116.5616.3-
YUV71.93151.18160.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=43.17%
G=15.13%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174111300.650.030.54303.1648.130.98
Hex75297104133612f301f
Octal1655116101013664576037
Binary11101011010011110001010000011111011010010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752971; }

 p { color: rgb(117,41,113); }

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

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

 a { background-color: rgb(117,41,113); }

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

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

 span { border-color: rgb(117,41,113); }

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