#753170

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

Shades of Seance #753170

Tints of Seance #753170

Color information

#753170 (or 0x753170) is unknown color: approx Seance. HEX triplet: 75, 31 and 70. RGB value is (117,49,112). Sum of RGB (Red+Green+Blue) = 117+49+112=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #753170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753170 is #8ACE8F. Grayscale: #4C4C4C. Windows color (decimal): -9096848 or 7352693. OLE color: 7352693.

HSL color Cylindrical-coordinate representation of color #753170: hue angle of 304.41º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753170 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11749112-
CMYK00.580.040.54
HSL304.41º40.96%32.55%-
HSV(B)304.41º58.12%45.88%-
XYZ11.367.1516.11-
YUV76.51148.03156.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=42.09%
G=17.63%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174911200.580.040.54304.4140.9632.55
Hex75317003A4361302921
Octal165611600724664605141
Binary111010111000111100000111010100110110100110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753170; }

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

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

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

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

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

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

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

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