#61296D

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

Shades of Seance #61296D

Tints of Seance #61296D

Color information

#61296D (or 0x61296D) is unknown color: approx Seance. HEX triplet: 61, 29 and 6D. RGB value is (97,41,109). Sum of RGB (Red+Green+Blue) = 97+41+109=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #61296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61296D is #9ED692. Grayscale: #414141. Windows color (decimal): -10409619 or 7154017. OLE color: 7154017.

HSL color Cylindrical-coordinate representation of color #61296D: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61296D is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9741109-
CMYK0.110.6200.57
HSL289.41º45.33%29.41%-
HSV(B)289.41º62.39%42.75%-
XYZ8.485.2315.03-
YUV65.5152.55150.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=39.27%
G=16.60%
B=44.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97411090.110.6200.57289.4145.3329.41
Hex61296DB3E0391212d1d
Octal1415115513760714415535
Binary110000110100111011011011111110011100110010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61296D; }

 p { color: rgb(97,41,109); }

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

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

 a { background-color: rgb(97,41,109); }

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

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

 span { border-color: rgb(97,41,109); }

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