#612478

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

Shades of Seance #612478

Tints of Seance #612478

Color information

#612478 (or 0x612478) is unknown color: approx Seance. HEX triplet: 61, 24 and 78. RGB value is (97,36,120). Sum of RGB (Red+Green+Blue) = 97+36+120=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #612478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612478 is #9EDB87. Grayscale: #3F3F3F. Windows color (decimal): -10410888 or 7873633. OLE color: 7873633.

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

Color convert

RGB9736120-
CMYK0.190.700.53
HSL283.57º53.85%30.59%-
HSV(B)283.57º70%47.06%-
XYZ8.955.1618.29-
YUV63.82159.71151.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=38.34%
G=14.23%
B=47.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97361200.190.700.53283.5753.8530.59
Hex612478134603511c361f
Octal14144170231060654346637
Binary11000011001001111000100111000110011010110001110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612478; }

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

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

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

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

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

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

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

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