#71306D

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

Shades of Seance #71306D

Tints of Seance #71306D

Color information

#71306D (or 0x71306D) is unknown color: approx Seance. HEX triplet: 71, 30 and 6D. RGB value is (113,48,109). Sum of RGB (Red+Green+Blue) = 113+48+109=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71306D is #8ECF92. Grayscale: #4A4A4A. Windows color (decimal): -9359251 or 7155825. OLE color: 7155825.

HSL color Cylindrical-coordinate representation of color #71306D: hue angle of 303.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71306D is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11348109-
CMYK00.580.040.56
HSL303.69º40.37%31.57%-
HSV(B)303.69º57.52%44.31%-
XYZ10.636.7315.21-
YUV74.39147.53155.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=41.85%
G=17.78%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134810900.580.040.56303.6940.3731.57
Hex71306D03A4381302820
Octal161601550724704605040
Binary111000111000011011010111010100111000100110000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71306D; }

 p { color: rgb(113,48,109); }

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

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

 a { background-color: rgb(113,48,109); }

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

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

 span { border-color: rgb(113,48,109); }

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