#712182

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

Shades of Seance #712182

Tints of Seance #712182

Color information

#712182 (or 0x712182) is unknown color: approx Seance. HEX triplet: 71, 21 and 82. RGB value is (113,33,130). Sum of RGB (Red+Green+Blue) = 113+33+130=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #712182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712182 is #8EDE7D. Grayscale: #434343. Windows color (decimal): -9363070 or 8528241. OLE color: 8528241.

HSL color Cylindrical-coordinate representation of color #712182: hue angle of 289.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712182 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11333130-
CMYK0.130.7500.49
HSL289.48º59.51%31.96%-
HSV(B)289.48º74.62%50.98%-
XYZ11.386.2121.72-
YUV67.98163160.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=40.94%
G=11.96%
B=47.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113331300.130.7500.49289.4859.5131.96
Hex712182D4B0311213c20
Octal16141202151130614417440
Binary111000110000110000010110110010110110001100100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712182; }

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

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

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

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

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

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

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

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