#712082

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

Shades of Seance #712082

Tints of Seance #712082

Color information

#712082 (or 0x712082) is unknown color: approx Seance. HEX triplet: 71, 20 and 82. RGB value is (113,32,130). Sum of RGB (Red+Green+Blue) = 113+32+130=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #712082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712082 is #8EDF7D. Grayscale: #434343. Windows color (decimal): -9363326 or 8527985. OLE color: 8527985.

HSL color Cylindrical-coordinate representation of color #712082: hue angle of 289.59º 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 #712082 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11332130-
CMYK0.130.7500.49
HSL289.59º60.49%31.76%-
HSV(B)289.59º75.38%50.98%-
XYZ11.366.1621.71-
YUV67.39163.34160.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=41.09%
G=11.64%
B=47.27%

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
Decimal113321300.130.7500.49289.5960.4931.76
Hex712082D4B0311223c20
Octal16140202151130614427440
Binary111000110000010000010110110010110110001100100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712082; }

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

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

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

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

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

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

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

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