#612778

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

Shades of Seance #612778

Tints of Seance #612778

Color information

#612778 (or 0x612778) is unknown color: approx Seance. HEX triplet: 61, 27 and 78. RGB value is (97,39,120). Sum of RGB (Red+Green+Blue) = 97+39+120=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #612778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612778 is #9ED887. Grayscale: #414141. Windows color (decimal): -10410120 or 7874401. OLE color: 7874401.

HSL color Cylindrical-coordinate representation of color #612778: hue angle of 282.96º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612778 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9739120-
CMYK0.190.6700.53
HSL282.96º50.94%31.18%-
HSV(B)282.96º67.5%47.06%-
XYZ9.055.3518.32-
YUV65.58158.72150.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=37.89%
G=15.23%
B=46.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97391200.190.6700.53282.9650.9431.18
Hex612778134303511b331f
Octal14147170231030654336337
Binary11000011001111111000100111000011011010110001101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612778; }

 p { color: rgb(97,39,120); }

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

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

 a { background-color: rgb(97,39,120); }

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

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

 span { border-color: rgb(97,39,120); }

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