#712770

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

Shades of Seance #712770

Tints of Seance #712770

Color information

#712770 (or 0x712770) is unknown color: approx Seance. HEX triplet: 71, 27 and 70. RGB value is (113,39,112). Sum of RGB (Red+Green+Blue) = 113+39+112=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #712770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712770 is #8ED88F. Grayscale: #454545. Windows color (decimal): -9361552 or 7350129. OLE color: 7350129.

HSL color Cylindrical-coordinate representation of color #712770: hue angle of 300.81º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712770 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11339112-
CMYK00.650.010.56
HSL300.81º48.68%29.8%-
HSV(B)300.81º65.49%44.31%-
XYZ10.466.1315.96-
YUV69.45152.02159.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=42.80%
G=14.77%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133911200.650.010.56300.8148.6829.8
Hex71277004113812d311e
Octal1614716001011704556136
Binary1110001100111111000001000001111100010010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712770; }

 p { color: rgb(113,39,112); }

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

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

 a { background-color: rgb(113,39,112); }

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

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

 span { border-color: rgb(113,39,112); }

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