#612676

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

Shades of Seance #612676

Tints of Seance #612676

Color information

#612676 (or 0x612676) is unknown color: approx Seance. HEX triplet: 61, 26 and 76. RGB value is (97,38,118). Sum of RGB (Red+Green+Blue) = 97+38+118=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #612676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612676 is #9ED989. Grayscale: #404040. Windows color (decimal): -10410378 or 7743073. OLE color: 7743073.

HSL color Cylindrical-coordinate representation of color #612676: hue angle of 284.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612676 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9738118-
CMYK0.180.6800.54
HSL284.25º51.28%30.59%-
HSV(B)284.25º67.8%46.27%-
XYZ8.895.2417.68-
YUV64.76158.05151-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=38.34%
G=15.02%
B=46.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97381180.180.6800.54284.2551.2830.59
Hex612676124403611c331f
Octal14146166221040664346337
Binary11000011001101110110100101000100011011010001110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612676; }

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

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

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

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

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

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

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

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