#612578

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

Shades of Seance #612578

Tints of Seance #612578

Color information

#612578 (or 0x612578) is unknown color: approx Seance. HEX triplet: 61, 25 and 78. RGB value is (97,37,120). Sum of RGB (Red+Green+Blue) = 97+37+120=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #612578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612578 is #9EDA87. Grayscale: #404040. Windows color (decimal): -10410632 or 7873889. OLE color: 7873889.

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

Color convert

RGB9737120-
CMYK0.190.6900.53
HSL283.37º52.87%30.78%-
HSV(B)283.37º69.17%47.06%-
XYZ8.985.2218.3-
YUV64.4159.38151.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=38.19%
G=14.57%
B=47.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97371200.190.6900.53283.3752.8730.78
Hex612578134503511b351f
Octal14145170231050654336537
Binary11000011001011111000100111000101011010110001101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612578; }

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

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

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

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

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

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

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

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