#753072

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

Shades of Seance #753072

Tints of Seance #753072

Color information

#753072 (or 0x753072) is unknown color: approx Seance. HEX triplet: 75, 30 and 72. RGB value is (117,48,114). Sum of RGB (Red+Green+Blue) = 117+48+114=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753072 is #8ACF8D. Grayscale: #4B4B4B. Windows color (decimal): -9097102 or 7483509. OLE color: 7483509.

HSL color Cylindrical-coordinate representation of color #753072: hue angle of 302.61º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753072 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11748114-
CMYK00.590.030.54
HSL302.61º41.82%32.35%-
HSV(B)302.61º58.97%45.88%-
XYZ11.437.1116.69-
YUV76.15149.36157.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=41.94%
G=17.20%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174811400.590.030.54302.6141.8232.35
Hex75307203B33612f2a20
Octal165601620733664575240
Binary11101011100001110010011101111110110100101111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753072; }

 p { color: rgb(117,48,114); }

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

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

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

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

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

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

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