#61187A

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

Shades of Seance #61187A

Tints of Seance #61187A

Color information

#61187A (or 0x61187A) is unknown color: approx Seance. HEX triplet: 61, 18 and 7A. RGB value is (97,24,122). Sum of RGB (Red+Green+Blue) = 97+24+122=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #61187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61187A is #9EE785. Grayscale: #383838. Windows color (decimal): -10413958 or 8001633. OLE color: 8001633.

HSL color Cylindrical-coordinate representation of color #61187A: hue angle of 284.69º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61187A is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9724122-
CMYK0.200.8000.52
HSL284.69º67.12%28.63%-
HSV(B)284.69º80.33%47.84%-
XYZ8.774.618.84-
YUV57164.68156.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=39.92%
G=9.88%
B=50.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97241220.200.8000.52284.6967.1228.63
Hex61187A145003411d431d
Octal141301722412006443510335
Binary11000011100011110101010010100000110100100011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61187A; }

 p { color: rgb(97,24,122); }

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

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

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

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

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

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

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