#752675

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

Shades of Seance #752675

Tints of Seance #752675

Color information

#752675 (or 0x752675) is unknown color: approx Seance. HEX triplet: 75, 26 and 75. RGB value is (117,38,117). Sum of RGB (Red+Green+Blue) = 117+38+117=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #752675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752675 is #8AD98A. Grayscale: #464646. Windows color (decimal): -9099659 or 7677557. OLE color: 7677557.

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

Color convert

RGB11738117-
CMYK00.6800.54
HSL300º50.97%30.39%-
HSV(B)300º67.52%45.88%-
XYZ11.246.4517.48-
YUV70.63154.17161.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=43.01%
G=13.97%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173811700.6800.5430050.9730.39
Hex75267504403612c331e
Octal1654616501040664546336
Binary1110101100110111010101000100011011010010110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752675; }

 p { color: rgb(117,38,117); }

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

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

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

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

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

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

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