#613561

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

Shades of Seance #613561

Tints of Seance #613561

Color information

#613561 (or 0x613561) is unknown color: approx Seance. HEX triplet: 61, 35 and 61. RGB value is (97,53,97). Sum of RGB (Red+Green+Blue) = 97+53+97=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613561 is #9ECA9E. Grayscale: #474747. Windows color (decimal): -10406559 or 6370657. OLE color: 6370657.

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

Color convert

RGB975397-
CMYK00.4500.62
HSL300º29.33%29.41%-
HSV(B)300º45.36%38.04%-
XYZ8.365.9512.02-
YUV71.17142.58146.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=39.27%
G=21.46%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97539700.4500.6230029.3329.41
Hex61356102D03E12c1d1d
Octal141651410550764543535
Binary11000011101011100001010110101111101001011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613561; }

 p { color: rgb(97,53,97); }

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

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

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

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

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

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

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