#712677

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

Shades of Seance #712677

Tints of Seance #712677

Color information

#712677 (or 0x712677) is unknown color: approx Seance. HEX triplet: 71, 26 and 77. RGB value is (113,38,119). Sum of RGB (Red+Green+Blue) = 113+38+119=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #712677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712677 is #8ED988. Grayscale: #454545. Windows color (decimal): -9361801 or 7808625. OLE color: 7808625.

HSL color Cylindrical-coordinate representation of color #712677: hue angle of 295.56º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712677 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11338119-
CMYK0.050.6800.53
HSL295.56º51.59%30.78%-
HSV(B)295.56º68.07%46.67%-
XYZ10.836.2318.08-
YUV69.66155.85158.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=41.85%
G=14.07%
B=44.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113381190.050.6800.53295.5651.5930.78
Hex712677544035128341f
Octal1614616751040654506437
Binary111000110011011101111011000100011010110010100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712677; }

 p { color: rgb(113,38,119); }

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

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

 a { background-color: rgb(113,38,119); }

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

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

 span { border-color: rgb(113,38,119); }

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