#752576

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

Shades of Seance #752576

Tints of Seance #752576

Color information

#752576 (or 0x752576) is unknown color: approx Seance. HEX triplet: 75, 25 and 76. RGB value is (117,37,118). Sum of RGB (Red+Green+Blue) = 117+37+118=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #752576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752576 is #8ADA89. Grayscale: #454545. Windows color (decimal): -9099914 or 7742837. OLE color: 7742837.

HSL color Cylindrical-coordinate representation of color #752576: hue angle of 299.26º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752576 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11737118-
CMYK0.010.6900.54
HSL299.26º52.26%30.39%-
HSV(B)299.26º68.64%46.27%-
XYZ11.276.4117.78-
YUV70.15155161.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=43.01%
G=13.60%
B=43.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117371180.010.6900.54299.2652.2630.39
Hex75257614503612b341e
Octal1654516611050664536436
Binary1110101100101111011011000101011011010010101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752576; }

 p { color: rgb(117,37,118); }

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

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

 a { background-color: rgb(117,37,118); }

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

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

 span { border-color: rgb(117,37,118); }

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