#752A70

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

Shades of Seance #752A70

Tints of Seance #752A70

Color information

#752A70 (or 0x752A70) is unknown color: approx Seance. HEX triplet: 75, 2A and 70. RGB value is (117,42,112). Sum of RGB (Red+Green+Blue) = 117+42+112=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #752A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A70 is #8AD58F. Grayscale: #484848. Windows color (decimal): -9098640 or 7350901. OLE color: 7350901.

HSL color Cylindrical-coordinate representation of color #752A70: hue angle of 304º 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 #752A70 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11742112-
CMYK00.640.040.54
HSL304º47.17%31.18%-
HSV(B)304º64.1%45.88%-
XYZ11.096.6116.02-
YUV72.4150.35159.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=43.17%
G=15.50%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174211200.640.040.5430447.1731.18
Hex752A700404361302f1f
Octal1655216001004664605737
Binary111010110101011100000100000010011011010011000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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