#612774

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

Shades of Seance #612774

Tints of Seance #612774

Color information

#612774 (or 0x612774) is unknown color: approx Seance. HEX triplet: 61, 27 and 74. RGB value is (97,39,116). Sum of RGB (Red+Green+Blue) = 97+39+116=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #612774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612774 is #9ED88B. Grayscale: #404040. Windows color (decimal): -10410124 or 7612257. OLE color: 7612257.

HSL color Cylindrical-coordinate representation of color #612774: hue angle of 285.19º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612774 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9739116-
CMYK0.160.6600.55
HSL285.19º49.68%30.39%-
HSV(B)285.19º66.38%45.49%-
XYZ8.815.2517.07-
YUV65.12156.72150.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=38.49%
G=15.48%
B=46.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97391160.160.6600.55285.1949.6830.39
Hex612774104203711d321e
Octal14147164201020674356236
Binary11000011001111110100100001000010011011110001110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612774; }

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

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

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

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

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

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

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

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