#612378

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

Shades of Seance #612378

Tints of Seance #612378

Color information

#612378 (or 0x612378) is unknown color: approx Seance. HEX triplet: 61, 23 and 78. RGB value is (97,35,120). Sum of RGB (Red+Green+Blue) = 97+35+120=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #612378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612378 is #9EDC87. Grayscale: #3E3E3E. Windows color (decimal): -10411144 or 7873377. OLE color: 7873377.

HSL color Cylindrical-coordinate representation of color #612378: hue angle of 283.76º 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 #612378 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9735120-
CMYK0.190.7100.53
HSL283.76º54.84%30.39%-
HSV(B)283.76º70.83%47.06%-
XYZ8.925.118.28-
YUV63.23160.04152.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=38.49%
G=13.89%
B=47.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97351200.190.7100.53283.7654.8430.39
Hex612378134703511c371e
Octal14143170231070654346736
Binary11000011000111111000100111000111011010110001110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612378; }

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

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

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

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

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

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

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

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