#712A6F

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

Shades of Seance #712A6F

Tints of Seance #712A6F

Color information

#712A6F (or 0x712A6F) is unknown color: approx Seance. HEX triplet: 71, 2A and 6F. RGB value is (113,42,111). Sum of RGB (Red+Green+Blue) = 113+42+111=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #712A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A6F is #8ED590. Grayscale: #464646. Windows color (decimal): -9360785 or 7285361. OLE color: 7285361.

HSL color Cylindrical-coordinate representation of color #712A6F: hue angle of 301.69º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A6F is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11342111-
CMYK00.630.020.56
HSL301.69º45.81%30.39%-
HSV(B)301.69º62.83%44.31%-
XYZ10.516.3115.7-
YUV71.1150.52157.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 42 (16.80% from 255) = 15.79%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=42.48%
G=15.79%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134211100.630.020.56301.6945.8130.39
Hex712A6F03F23812e2e1e
Octal161521570772704565636
Binary1110001101010110111101111111011100010010111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A6F; }

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

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

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

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

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

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

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

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