#711975

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

Shades of Seance #711975

Tints of Seance #711975

Color information

#711975 (or 0x711975) is unknown color: approx Seance. HEX triplet: 71, 19 and 75. RGB value is (113,25,117). Sum of RGB (Red+Green+Blue) = 113+25+117=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #711975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711975 is #8EE68A. Grayscale: #3D3D3D. Windows color (decimal): -9365131 or 7674225. OLE color: 7674225.

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

Color convert

RGB11325117-
CMYK0.030.7900.54
HSL297.39º64.79%27.84%-
HSV(B)297.39º78.63%45.88%-
XYZ10.375.4917.34-
YUV61.8159.15164.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=44.31%
G=9.80%
B=45.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113251170.030.7900.54297.3964.7927.84
Hex71197534F036129411c
Octal16131165311706645110134
Binary11100011100111101011110011110110110100101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711975; }

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

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

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

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

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

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

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

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