#613165

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

Shades of Seance #613165

Tints of Seance #613165

Color information

#613165 (or 0x613165) is unknown color: approx Seance. HEX triplet: 61, 31 and 65. RGB value is (97,49,101). Sum of RGB (Red+Green+Blue) = 97+49+101=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #613165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613165 is #9ECE9A. Grayscale: #454545. Windows color (decimal): -10407579 or 6631777. OLE color: 6631777.

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

Color convert

RGB9749101-
CMYK0.040.5100.60
HSL295.38º34.67%29.41%-
HSV(B)295.38º51.49%39.61%-
XYZ8.385.6812.97-
YUV69.28145.9147.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=39.27%
G=19.84%
B=40.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97491010.040.5100.60295.3834.6729.41
Hex61316543303C127231d
Octal141611454630744474335
Binary11000011100011100101100110011011110010010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613165; }

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

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

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

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

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

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

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

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