#612E71

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

Shades of Seance #612E71

Tints of Seance #612E71

Color information

#612E71 (or 0x612E71) is unknown color: approx Seance. HEX triplet: 61, 2E and 71. RGB value is (97,46,113). Sum of RGB (Red+Green+Blue) = 97+46+113=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #612E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E71 is #9ED18E. Grayscale: #444444. Windows color (decimal): -10408335 or 7417441. OLE color: 7417441.

HSL color Cylindrical-coordinate representation of color #612E71: hue angle of 285.67º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612E71 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9746113-
CMYK0.140.5900.56
HSL285.67º42.14%31.18%-
HSV(B)285.67º59.29%44.31%-
XYZ8.895.6916.25-
YUV68.89152.9148.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=37.89%
G=17.97%
B=44.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97461130.140.5900.56285.6742.1431.18
Hex612E71E3B03811e2a1f
Octal1415616116730704365237
Binary110000110111011100011110111011011100010001111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E71; }

 p { color: rgb(97,46,113); }

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

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

 a { background-color: rgb(97,46,113); }

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

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

 span { border-color: rgb(97,46,113); }

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