#712175

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

Shades of Seance #712175

Tints of Seance #712175

Color information

#712175 (or 0x712175) is unknown color: approx Seance. HEX triplet: 71, 21 and 75. RGB value is (113,33,117). Sum of RGB (Red+Green+Blue) = 113+33+117=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #712175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712175 is #8EDE8A. Grayscale: #424242. Windows color (decimal): -9363083 or 7676273. OLE color: 7676273.

HSL color Cylindrical-coordinate representation of color #712175: hue angle of 297.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712175 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11333117-
CMYK0.030.7200.54
HSL297.14º56%29.41%-
HSV(B)297.14º71.79%45.88%-
XYZ10.565.8817.41-
YUV66.5156.5161.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=42.97%
G=12.55%
B=44.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113331170.030.7200.54297.145629.41
Hex712175348036129381d
Octal1614116531100664517035
Binary11100011000011110101111001000011011010010100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712175; }

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

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

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

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

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

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

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

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