#75247C

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

Shades of Seance #75247C

Tints of Seance #75247C

Color information

#75247C (or 0x75247C) is unknown color: approx Seance. HEX triplet: 75, 24 and 7C. RGB value is (117,36,124). Sum of RGB (Red+Green+Blue) = 117+36+124=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #75247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75247C is #8ADB83. Grayscale: #454545. Windows color (decimal): -9100164 or 8135797. OLE color: 8135797.

HSL color Cylindrical-coordinate representation of color #75247C: hue angle of 295.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75247C is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11736124-
CMYK0.060.7100.51
HSL295.23º55%31.37%-
HSV(B)295.23º70.97%48.63%-
XYZ11.616.519.71-
YUV70.25158.34161.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=42.24%
G=13.00%
B=44.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117361240.060.7100.51295.235531.37
Hex75247C647033127371f
Octal1654417461070634476737
Binary111010110010011111001101000111011001110010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75247C; }

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

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

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

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

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

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

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

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