#712177

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

Shades of Seance #712177

Tints of Seance #712177

Color information

#712177 (or 0x712177) is unknown color: approx Seance. HEX triplet: 71, 21 and 77. RGB value is (113,33,119). Sum of RGB (Red+Green+Blue) = 113+33+119=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #712177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712177 is #8EDE88. Grayscale: #424242. Windows color (decimal): -9363081 or 7807345. OLE color: 7807345.

HSL color Cylindrical-coordinate representation of color #712177: hue angle of 295.81º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712177 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11333119-
CMYK0.050.7200.53
HSL295.81º56.58%29.8%-
HSV(B)295.81º72.27%46.67%-
XYZ10.685.9318.03-
YUV66.72157.5161.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=42.64%
G=12.45%
B=44.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113331190.050.7200.53295.8156.5829.8
Hex712177548035128391e
Octal1614116751100654507136
Binary111000110000111101111011001000011010110010100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712177; }

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

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

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

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

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

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

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

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