#613461

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

Shades of Seance #613461

Tints of Seance #613461

Color information

#613461 (or 0x613461) is unknown color: approx Seance. HEX triplet: 61, 34 and 61. RGB value is (97,52,97). Sum of RGB (Red+Green+Blue) = 97+52+97=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613461 is #9ECB9E. Grayscale: #464646. Windows color (decimal): -10406815 or 6370401. OLE color: 6370401.

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

Color convert

RGB975297-
CMYK00.4600.62
HSL300º30.2%29.22%-
HSV(B)300º46.39%38.04%-
XYZ8.325.8612-
YUV70.59142.91146.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=39.43%
G=21.14%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97529700.4600.6230030.229.22
Hex61346102E03E12c1e1d
Octal141641410560764543635
Binary11000011101001100001010111001111101001011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613461; }

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

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

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

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

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

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

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

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