#612673

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

Shades of Seance #612673

Tints of Seance #612673

Color information

#612673 (or 0x612673) is unknown color: approx Seance. HEX triplet: 61, 26 and 73. RGB value is (97,38,115). Sum of RGB (Red+Green+Blue) = 97+38+115=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #612673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612673 is #9ED98C. Grayscale: #404040. Windows color (decimal): -10410381 or 7546465. OLE color: 7546465.

HSL color Cylindrical-coordinate representation of color #612673: hue angle of 285.97º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612673 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9738115-
CMYK0.160.6700.55
HSL285.97º50.33%30%-
HSV(B)285.97º66.96%45.1%-
XYZ8.725.1716.76-
YUV64.42156.55151.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 115 (45.31% from 255) = 46%
R=38.8%
G=15.2%
B=46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97381150.160.6700.55285.9750.3330
Hex612673104303711e321e
Octal14146163201030674366236
Binary11000011001101110011100001000011011011110001111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612673; }

 p { color: rgb(97,38,115); }

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

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

 a { background-color: rgb(97,38,115); }

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

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

 span { border-color: rgb(97,38,115); }

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