#612565

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

Shades of Seance #612565

Tints of Seance #612565

Color information

#612565 (or 0x612565) is unknown color: approx Seance. HEX triplet: 61, 25 and 65. RGB value is (97,37,101). Sum of RGB (Red+Green+Blue) = 97+37+101=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #612565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612565 is #9EDA9A. Grayscale: #3E3E3E. Windows color (decimal): -10410651 or 6628705. OLE color: 6628705.

HSL color Cylindrical-coordinate representation of color #612565: hue angle of 296.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612565 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9737101-
CMYK0.040.6300.60
HSL296.25º46.38%27.06%-
HSV(B)296.25º63.37%39.61%-
XYZ7.944.812.82-
YUV62.24149.88152.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=41.28%
G=15.74%
B=42.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97371010.040.6300.60296.2546.3827.06
Hex61256543F03C1282e1b
Octal141451454770744505633
Binary11000011001011100101100111111011110010010100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612565; }

 p { color: rgb(97,37,101); }

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

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

 a { background-color: rgb(97,37,101); }

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

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

 span { border-color: rgb(97,37,101); }

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