#752477

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

Shades of Seance #752477

Tints of Seance #752477

Color information

#752477 (or 0x752477) is unknown color: approx Seance. HEX triplet: 75, 24 and 77. RGB value is (117,36,119). Sum of RGB (Red+Green+Blue) = 117+36+119=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #752477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752477 is #8ADB88. Grayscale: #454545. Windows color (decimal): -9100169 or 7808117. OLE color: 7808117.

HSL color Cylindrical-coordinate representation of color #752477: hue angle of 298.55º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752477 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11736119-
CMYK0.020.7000.53
HSL298.55º53.55%30.39%-
HSV(B)298.55º69.75%46.67%-
XYZ11.36.3818.09-
YUV69.68155.84161.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=43.01%
G=13.24%
B=43.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117361190.020.7000.53298.5553.5530.39
Hex75247724603512b361e
Octal1654416721060654536636
Binary11101011001001110111101000110011010110010101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752477; }

 p { color: rgb(117,36,119); }

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

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

 a { background-color: rgb(117,36,119); }

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

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

 span { border-color: rgb(117,36,119); }

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