#613162

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

Shades of Seance #613162

Tints of Seance #613162

Color information

#613162 (or 0x613162) is unknown color: approx Seance. HEX triplet: 61, 31 and 62. RGB value is (97,49,98). Sum of RGB (Red+Green+Blue) = 97+49+98=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #613162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613162 is #9ECE9D. Grayscale: #444444. Windows color (decimal): -10407582 or 6435169. OLE color: 6435169.

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

Color convert

RGB974998-
CMYK0.010.500.62
HSL298.78º33.33%28.82%-
HSV(B)298.78º50%38.43%-
XYZ8.235.6212.21-
YUV68.94144.4148.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=39.75%
G=20.08%
B=40.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9749980.010.500.62298.7833.3328.82
Hex61316213203E12b211d
Octal141611421620764534135
Binary110000111000111000101110010011111010010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613162; }

 p { color: rgb(97,49,98); }

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

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

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

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

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

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

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