#752673

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

Shades of Seance #752673

Tints of Seance #752673

Color information

#752673 (or 0x752673) is unknown color: approx Seance. HEX triplet: 75, 26 and 73. RGB value is (117,38,115). Sum of RGB (Red+Green+Blue) = 117+38+115=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #752673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752673 is #8AD98C. Grayscale: #464646. Windows color (decimal): -9099661 or 7546485. OLE color: 7546485.

HSL color Cylindrical-coordinate representation of color #752673: hue angle of 301.52º 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 #752673 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11738115-
CMYK00.680.020.54
HSL301.52º50.97%30.39%-
HSV(B)301.52º67.52%45.88%-
XYZ11.126.4116.87-
YUV70.4153.17161.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=43.33%
G=14.07%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173811500.680.020.54301.5250.9730.39
Hex75267304423612e331e
Octal1654616301042664566336
Binary11101011001101110011010001001011011010010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752673; }

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

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

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

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

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

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

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

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