#753270

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

Shades of Seance #753270

Tints of Seance #753270

Color information

#753270 (or 0x753270) is unknown color: approx Seance. HEX triplet: 75, 32 and 70. RGB value is (117,50,112). Sum of RGB (Red+Green+Blue) = 117+50+112=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753270 is #8ACD8F. Grayscale: #4C4C4C. Windows color (decimal): -9096592 or 7352949. OLE color: 7352949.

HSL color Cylindrical-coordinate representation of color #753270: hue angle of 304.48º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753270 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11750112-
CMYK00.570.040.54
HSL304.48º40.12%32.75%-
HSV(B)304.48º57.26%45.88%-
XYZ11.47.2316.12-
YUV77.1147.7156.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=41.94%
G=17.92%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175011200.570.040.54304.4840.1232.75
Hex7532700394361302821
Octal165621600714664605041
Binary111010111001011100000111001100110110100110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753270; }

 p { color: rgb(117,50,112); }

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

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

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

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

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

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

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