#61177A

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

Shades of Seance #61177A

Tints of Seance #61177A

Color information

#61177A (or 0x61177A) is unknown color: approx Seance. HEX triplet: 61, 17 and 7A. RGB value is (97,23,122). Sum of RGB (Red+Green+Blue) = 97+23+122=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #61177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61177A is #9EE885. Grayscale: #383838. Windows color (decimal): -10414214 or 8001377. OLE color: 8001377.

HSL color Cylindrical-coordinate representation of color #61177A: hue angle of 284.85º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61177A is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9723122-
CMYK0.200.8100.52
HSL284.85º68.28%28.43%-
HSV(B)284.85º81.15%47.84%-
XYZ8.754.5618.83-
YUV56.41165.02156.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=40.08%
G=9.50%
B=50.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97231220.200.8100.52284.8568.2828.43
Hex61177A145103411d441c
Octal141271722412106443510434
Binary11000011011111110101010010100010110100100011101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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