#752D70

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

Shades of Seance #752D70

Tints of Seance #752D70

Color information

#752D70 (or 0x752D70) is unknown color: approx Seance. HEX triplet: 75, 2D and 70. RGB value is (117,45,112). Sum of RGB (Red+Green+Blue) = 117+45+112=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #752D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D70 is #8AD28F. Grayscale: #494949. Windows color (decimal): -9097872 or 7351669. OLE color: 7351669.

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

Color convert

RGB11745112-
CMYK00.620.040.54
HSL304.17º44.44%31.76%-
HSV(B)304.17º61.54%45.88%-
XYZ11.26.8316.06-
YUV74.17149.35158.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=42.70%
G=16.42%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174511200.620.040.54304.1744.4431.76
Hex752D7003E4361302c20
Octal165551600764664605440
Binary111010110110111100000111110100110110100110000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,45,112); }

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

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

 a { background-color: rgb(117,45,112); }

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

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

 span { border-color: rgb(117,45,112); }

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