#752879

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

Shades of Seance #752879

Tints of Seance #752879

Color information

#752879 (or 0x752879) is unknown color: approx Seance. HEX triplet: 75, 28 and 79. RGB value is (117,40,121). Sum of RGB (Red+Green+Blue) = 117+40+121=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #752879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752879 is #8AD786. Grayscale: #484848. Windows color (decimal): -9099143 or 7940213. OLE color: 7940213.

HSL color Cylindrical-coordinate representation of color #752879: hue angle of 297.04º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752879 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11740121-
CMYK0.030.6700.53
HSL297.04º50.31%31.57%-
HSV(B)297.04º66.94%47.45%-
XYZ11.556.6818.77-
YUV72.26155.51159.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=42.09%
G=14.39%
B=43.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117401210.030.6700.53297.0450.3131.57
Hex7528793430351293220
Octal1655017131030654516240
Binary111010110100011110011110000110110101100101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752879; }

 p { color: rgb(117,40,121); }

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

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

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

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

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

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

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