#752476

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

Shades of Seance #752476

Tints of Seance #752476

Color information

#752476 (or 0x752476) is unknown color: approx Seance. HEX triplet: 75, 24 and 76. RGB value is (117,36,118). Sum of RGB (Red+Green+Blue) = 117+36+118=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #752476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752476 is #8ADB89. Grayscale: #454545. Windows color (decimal): -9100170 or 7742581. OLE color: 7742581.

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

Color convert

RGB11736118-
CMYK0.010.6900.54
HSL299.27º53.25%30.2%-
HSV(B)299.27º69.49%46.27%-
XYZ11.246.3517.77-
YUV69.57155.34161.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=43.17%
G=13.28%
B=43.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117361180.010.6900.54299.2753.2530.2
Hex75247614503612b351e
Octal1654416611050664536536
Binary1110101100100111011011000101011011010010101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752476; }

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

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

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

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

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

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

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

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