#712075

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

Shades of Seance #712075

Tints of Seance #712075

Color information

#712075 (or 0x712075) is unknown color: approx Seance. HEX triplet: 71, 20 and 75. RGB value is (113,32,117). Sum of RGB (Red+Green+Blue) = 113+32+117=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #712075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712075 is #8EDF8A. Grayscale: #414141. Windows color (decimal): -9363339 or 7676017. OLE color: 7676017.

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

Color convert

RGB11332117-
CMYK0.030.7300.54
HSL297.18º57.05%29.22%-
HSV(B)297.18º72.65%45.88%-
XYZ10.545.8317.4-
YUV65.91156.84161.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 32 (12.89% from 255) = 12.21%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=43.13%
G=12.21%
B=44.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113321170.030.7300.54297.1857.0529.22
Hex712075349036129391d
Octal1614016531110664517135
Binary11100011000001110101111001001011011010010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712075; }

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

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

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

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

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

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

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

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