#712372

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

Shades of Seance #712372

Tints of Seance #712372

Color information

#712372 (or 0x712372) is unknown color: approx Seance. HEX triplet: 71, 23 and 72. RGB value is (113,35,114). Sum of RGB (Red+Green+Blue) = 113+35+114=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #712372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712372 is #8EDC8D. Grayscale: #434343. Windows color (decimal): -9362574 or 7480177. OLE color: 7480177.

HSL color Cylindrical-coordinate representation of color #712372: hue angle of 299.24º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712372 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11335114-
CMYK0.010.6900.55
HSL299.24º53.02%29.22%-
HSV(B)299.24º69.3%44.71%-
XYZ10.455.9316.51-
YUV67.33154.34160.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=43.13%
G=13.36%
B=43.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113351140.010.6900.55299.2453.0229.22
Hex71237214503712b351d
Octal1614316211050674536535
Binary1110001100011111001011000101011011110010101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712372; }

 p { color: rgb(113,35,114); }

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

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

 a { background-color: rgb(113,35,114); }

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

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

 span { border-color: rgb(113,35,114); }

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