#752A71

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

Shades of Seance #752A71

Tints of Seance #752A71

Color information

#752A71 (or 0x752A71) is unknown color: approx Seance. HEX triplet: 75, 2A and 71. RGB value is (117,42,113). Sum of RGB (Red+Green+Blue) = 117+42+113=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #752A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A71 is #8AD58E. Grayscale: #484848. Windows color (decimal): -9098639 or 7416437. OLE color: 7416437.

HSL color Cylindrical-coordinate representation of color #752A71: hue angle of 303.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A71 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11742113-
CMYK00.640.030.54
HSL303.2º47.17%31.18%-
HSV(B)303.2º64.1%45.88%-
XYZ11.146.6316.32-
YUV72.52150.85159.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=43.01%
G=15.44%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174211300.640.030.54303.247.1731.18
Hex752A7104033612f2f1f
Octal1655216101003664575737
Binary11101011010101110001010000001111011010010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752A71; }

 p { color: rgb(117,42,113); }

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

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

 a { background-color: rgb(117,42,113); }

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

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

 span { border-color: rgb(117,42,113); }

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