#71187A

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

Shades of Seance #71187A

Tints of Seance #71187A

Color information

#71187A (or 0x71187A) is unknown color: approx Seance. HEX triplet: 71, 18 and 7A. RGB value is (113,24,122). Sum of RGB (Red+Green+Blue) = 113+24+122=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #71187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71187A is #8EE785. Grayscale: #3D3D3D. Windows color (decimal): -9365382 or 8001649. OLE color: 8001649.

HSL color Cylindrical-coordinate representation of color #71187A: hue angle of 294.49º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71187A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11324122-
CMYK0.070.8000.52
HSL294.49º67.12%28.63%-
HSV(B)294.49º80.33%47.84%-
XYZ10.655.5718.93-
YUV61.78161.99164.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=43.63%
G=9.27%
B=47.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113241220.070.8000.52294.4967.1228.63
Hex71187A750034126431d
Octal16130172712006444610335
Binary111000111000111101011110100000110100100100110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71187A; }

 p { color: rgb(113,24,122); }

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

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

 a { background-color: rgb(113,24,122); }

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

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

 span { border-color: rgb(113,24,122); }

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