#752179

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

Shades of Seance #752179

Tints of Seance #752179

Color information

#752179 (or 0x752179) is unknown color: approx Seance. HEX triplet: 75, 21 and 79. RGB value is (117,33,121). Sum of RGB (Red+Green+Blue) = 117+33+121=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #752179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752179 is #8ADE86. Grayscale: #434343. Windows color (decimal): -9100935 or 7938421. OLE color: 7938421.

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

Color convert

RGB11733121-
CMYK0.030.7300.53
HSL297.27º57.14%30.2%-
HSV(B)297.27º72.73%47.45%-
XYZ11.336.2518.7-
YUV68.15157.83162.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=43.17%
G=12.18%
B=44.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117331210.030.7300.53297.2757.1430.2
Hex752179349035129391e
Octal1654117131110654517136
Binary11101011000011111001111001001011010110010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752179; }

 p { color: rgb(117,33,121); }

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

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

 a { background-color: rgb(117,33,121); }

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

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

 span { border-color: rgb(117,33,121); }

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