#752472

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

Shades of Seance #752472

Tints of Seance #752472

Color information

#752472 (or 0x752472) is unknown color: approx Seance. HEX triplet: 75, 24 and 72. RGB value is (117,36,114). Sum of RGB (Red+Green+Blue) = 117+36+114=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #752472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752472 is #8ADB8D. Grayscale: #444444. Windows color (decimal): -9100174 or 7480437. OLE color: 7480437.

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

Color convert

RGB11736114-
CMYK00.690.030.54
HSL302.22º52.94%30%-
HSV(B)302.22º69.23%45.88%-
XYZ116.2616.55-
YUV69.11153.34162.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=43.82%
G=13.48%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173611400.690.030.54302.2252.9430
Hex75247204533612e351e
Octal1654416201053664566536
Binary11101011001001110010010001011111011010010111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752472; }

 p { color: rgb(117,36,114); }

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

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

 a { background-color: rgb(117,36,114); }

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

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

 span { border-color: rgb(117,36,114); }

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