#61216F

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

Shades of Seance #61216F

Tints of Seance #61216F

Color information

#61216F (or 0x61216F) is unknown color: approx Seance. HEX triplet: 61, 21 and 6F. RGB value is (97,33,111). Sum of RGB (Red+Green+Blue) = 97+33+111=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #61216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61216F is #9EDE90. Grayscale: #3C3C3C. Windows color (decimal): -10411665 or 7283041. OLE color: 7283041.

HSL color Cylindrical-coordinate representation of color #61216F: hue angle of 289.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61216F is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9733111-
CMYK0.130.7000.56
HSL289.23º54.17%28.24%-
HSV(B)289.23º70.27%43.53%-
XYZ8.344.7815.52-
YUV61.03156.2153.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=40.25%
G=13.69%
B=46.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97331110.130.7000.56289.2354.1728.24
Hex61216FD46038121361c
Octal14141157151060704416634
Binary1100001100001110111111011000110011100010010000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61216F; }

 p { color: rgb(97,33,111); }

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

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

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

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

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

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

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