#612377

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

Shades of Seance #612377

Tints of Seance #612377

Color information

#612377 (or 0x612377) is unknown color: approx Seance. HEX triplet: 61, 23 and 77. RGB value is (97,35,119). Sum of RGB (Red+Green+Blue) = 97+35+119=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #612377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612377 is #9EDC88. Grayscale: #3E3E3E. Windows color (decimal): -10411145 or 7807841. OLE color: 7807841.

HSL color Cylindrical-coordinate representation of color #612377: hue angle of 284.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612377 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9735119-
CMYK0.180.7100.53
HSL284.29º54.55%30.2%-
HSV(B)284.29º70.59%46.67%-
XYZ8.865.0817.97-
YUV63.11159.54152.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=38.65%
G=13.94%
B=47.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97351190.180.7100.53284.2954.5530.2
Hex612377124703511c371e
Octal14143167221070654346736
Binary11000011000111110111100101000111011010110001110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612377; }

 p { color: rgb(97,35,119); }

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

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

 a { background-color: rgb(97,35,119); }

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

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

 span { border-color: rgb(97,35,119); }

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