#752976

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

Shades of Seance #752976

Tints of Seance #752976

Color information

#752976 (or 0x752976) is unknown color: approx Seance. HEX triplet: 75, 29 and 76. RGB value is (117,41,118). Sum of RGB (Red+Green+Blue) = 117+41+118=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #752976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752976 is #8AD689. Grayscale: #484848. Windows color (decimal): -9098890 or 7743861. OLE color: 7743861.

HSL color Cylindrical-coordinate representation of color #752976: hue angle of 299.22º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752976 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11741118-
CMYK0.010.6500.54
HSL299.22º48.43%31.18%-
HSV(B)299.22º65.25%46.27%-
XYZ11.46.6817.83-
YUV72.5153.68159.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=42.39%
G=14.86%
B=42.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117411180.010.6500.54299.2248.4331.18
Hex75297614103612b301f
Octal1655116611010664536037
Binary1110101101001111011011000001011011010010101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752976; }

 p { color: rgb(117,41,118); }

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

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

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

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

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

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

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