#75316F

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

Shades of Seance #75316F

Tints of Seance #75316F

Color information

#75316F (or 0x75316F) is unknown color: approx Seance. HEX triplet: 75, 31 and 6F. RGB value is (117,49,111). Sum of RGB (Red+Green+Blue) = 117+49+111=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75316F is #8ACE90. Grayscale: #4C4C4C. Windows color (decimal): -9096849 or 7287157. OLE color: 7287157.

HSL color Cylindrical-coordinate representation of color #75316F: hue angle of 305.29º 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 #75316F is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11749111-
CMYK00.580.050.54
HSL305.29º40.96%32.55%-
HSV(B)305.29º58.12%45.88%-
XYZ11.37.1315.82-
YUV76.4147.53156.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=42.24%
G=17.69%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174911100.580.050.54305.2940.9632.55
Hex75316F03A5361312921
Octal165611570725664615141
Binary111010111000111011110111010101110110100110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75316F; }

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

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

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

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

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

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

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

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