#75316E

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

Shades of Seance #75316E

Tints of Seance #75316E

Color information

#75316E (or 0x75316E) is unknown color: approx Seance. HEX triplet: 75, 31 and 6E. RGB value is (117,49,110). Sum of RGB (Red+Green+Blue) = 117+49+110=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75316E is #8ACE91. Grayscale: #4C4C4C. Windows color (decimal): -9096850 or 7221621. OLE color: 7221621.

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

Color convert

RGB11749110-
CMYK00.580.060.54
HSL306.18º40.96%32.55%-
HSV(B)306.18º58.12%45.88%-
XYZ11.257.115.53-
YUV76.29147.03157.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=42.39%
G=17.75%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174911000.580.060.54306.1840.9632.55
Hex75316E03A6361322921
Octal165611560726664625141
Binary111010111000111011100111010110110110100110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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